AngularJS application file structure

后端 未结 6 1103
有刺的猬
有刺的猬 2020-11-30 20:05

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

6条回答
  •  悲哀的现实
    2020-11-30 20:32

    See how these two starter projects organize files for a larger-scale application:

    • https://github.com/angular-app/angular-app/
    • https://github.com/joshdmiller/ng-boilerplate

提交回复
热议问题