AngularJS application file structure
On a large AngularJS application having all my controllers in a single "controllers.js" file seems a little un-maintainable to me. Is there a better way to do this such as: \js\controllers\myController.js \js\controllers\yourController.js \js\controllers\ourController.js and that also applies for filters, services, directives etc... There are lot's of ways to organize your code. You can look in the following links Building Huuuuuge Apps with AngularJS Code Organization in Large AngularJS and JavaScript Applications AngularJS Best Practices: Directory Structure You can follow their standard or