內(nèi)置指令
自定義指令
控制器
作用域
內(nèi)置過濾器
自定義過濾器
路由 ui.router
項目搭建
建議:
繼續(xù)深入掌握angular的其他指令
使用自定義指令,封裝一些常見的組件
angular 源碼(雙向數(shù)據(jù)綁定,依賴注入)
多練,
關(guān)于技術(shù)點及項目的后期內(nèi)容
. 剖析源碼,
. 完善項目 (90%)
angular 是mvc模式,還是mvvm模式
angular更偏向于mvw ,whatever (無論什么) mv* 視圖模型
模型, model 用于組織數(shù)據(jù), 數(shù)據(jù)模型,angular中什么是model ,scope是model, 或者service是model都行,能自圓其說就行,
view
view-model 視圖模型,對angular來說,view-controllerl是contoler創(chuàng)建的東西