Seperate AngularJS Controllers in different files

LeChris

https://habbo.codes/
Sep 30, 2013
2,786
1,395
I am working on using AngularJS, and I was wondering if there was a way to seperate my controllers into different files. I want my structure to look something like this:
  • app.js
  • routing.js
  • services
    • login.js
    • register.js
    • dashboard.js
 

Users who are viewing this thread

Top