AngularJS application file structure

后端 未结 6 1098
有刺的猬
有刺的猬 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:26

    Check this, build your angular app with CoffeeScript, SCSS.

    https://github.com/nhim175/modular-angular-skeleton/

提交回复
热议问题