APP │ index.html #主頁面 │ ├─bower_components #依賴模塊 │ ├─css #樣式目錄 │ animations.css │ app.css │ ├─img #圖片目錄 │ ├─js #主要邏輯JS目錄 │ app.js │ controllers.js │ services.js │ filters.js │ directives.js │ animations.js │ ├─partials #局部模板目錄 detail.html list.html