AngularJs项目文件以及文件夹结构


app/
----- Libs/ // references for all libs
---------- angular.js
---------- angular-route.js
----- common/ // acts as reusable/shared components or partials of our site
---------- header/
--------------- headerController.js
--------------- header.html
---------- sidebar/
--------------- sidebarController.js
--------------- sidebar.html
---------- ngTablePager.html
----- components/ // each component is treated as a mini Angular app
---------- home/
--------------- homeIndexController.js
--------------- index.html
---------- policy/
--------------- policyEnquiryController.js
--------------- policyEnquiry.html
----- directives/ // All directives
---------- optionsClass.js
---------- stringToNumber.js
----- filters/ // All filters
---------- CountryDesStatus.js
---------- MaritalDesStatus.js
----- services/ // All services
---------- PolicyFactory.js
---------- MemberFactory.js
----- references.js
----- config.js
----- controllers.js
----- directives.js
----- filters.js
----- services.js
----- app.js


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM