24

Introduction to AngularJS

Embed Size (px)

Citation preview

Page 1: Introduction to AngularJS
Page 2: Introduction to AngularJS

Why AngularJS ?

HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.

Page 3: Introduction to AngularJS

Hello World

Page 4: Introduction to AngularJS
Page 5: Introduction to AngularJS
Page 6: Introduction to AngularJS
Page 7: Introduction to AngularJS

ng-app

Page 8: Introduction to AngularJS

ng-model

Page 9: Introduction to AngularJS
Page 10: Introduction to AngularJS

ng-controller

Page 11: Introduction to AngularJS

ng-repeat

Page 12: Introduction to AngularJS
Page 13: Introduction to AngularJS

filter

Page 14: Introduction to AngularJS
Page 15: Introduction to AngularJS

Custom-filter

Page 16: Introduction to AngularJS

orderBy

Page 17: Introduction to AngularJS
Page 18: Introduction to AngularJS

ng-click

Page 19: Introduction to AngularJS

ng-show

ng-hide

Page 20: Introduction to AngularJS

XHRs & Dependency Injection

Page 21: Introduction to AngularJS
Page 22: Introduction to AngularJS

Multiple Views, Routing, and

Layout Template

Page 23: Introduction to AngularJS

Q & A

Page 24: Introduction to AngularJS

Thanks!