zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    寒假作业4
    UVA5870 乱搞 Smooth Visualization
    UVA5874 Social Holidaying 二分匹配
    UVA5876 Writings on the Wall 扩展KMP
    hdu1231 最大连续子序列
    hdu3535 混合背包
    hdu3613 扩展KMP
    hdu4333 扩展KMP
    扩展KMP
    hdu4287 字典树
  • 原文地址:https://www.cnblogs.com/KnightsWarrior/p/AngularJsStructure.html
Copyright © 2011-2022 走看看