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:
jscontrollersmyController.js
jscontrollersyourController.js
jscontrollersourController.js
and that also applies for filters, services, directives etc...
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…