KEMBAR78
Angular js | PPTX
AngularJS
Ted
Introdution
• MVC
o Two-way data binding
• CRUD
• slim
• url routing
MVC
• Model Controller View
• Two-way data binding
• Don't operate DOM
• ng-app (initial angularJS)
• ng-bind
• ng-model (handle data binding)
• ng-class
• ng-controller (function)
• ng-repeat
• ng-show & ng-hide
• ng-switch
• ng-view
• ng-src
• ...
CRUD
• Create (建立資料)
• Read (讀取資料)
• Update (更新資料)
• Delete (刪除資料)
Slim
• template
o like handlebars / smarty ?
• jQuery / AngularJS
• Diff
Reference material
• 前端工程的極致精品: AngularJS 開發框架介紹
• Wiki
• AngularJS中文社区
• http://angularjs.org/
• Good2u-動態網頁前端技術-淺談AngularJS與BackboneJS
• AngularJS入门教程:导言和准备

Angular js