The directory structure is also an important part for any framework and you can manage and maintain properly. May be it is possible you have searched tutorials and examples for Angular directory structure.
Directory structure always helps you to make agnostic server side code and to manage your client side code.
root-app-folder
index.html
scripts
controllers
main.js
...
directives
myDirective.js
...
filters
myFilter.js
...
services
myService.js
...
vendor
angular.js
angular.min.js
es5-shim.min.js
json3.min.js
app.js
styles
...
views
main.html
...
0 Comment(s)