AngularJS

Post on 07-Aug-2015

41 views 1 download

Tags:

Transcript of AngularJS

What is AngularJS?

AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly. Angular 's data binding and dependency injection eliminate much of the code you currently have to write.

Agenda

● AngularJS features● Directives , Filters and Data Bindings● Views,Controllers and Scope● Modules,Routes,Factories

Lets Get Started

Directives

Data binding Expression

Directives

Dependency Injections

Dependency Injections

Module that DemoApp Depends

Roles of Routes

Defining Routes

Summary

● AngularJS provides a robust “SPA” framework for building robust client centric applications.

● Directives , Filters and Data Bindings● Views,Controllers and Scope● Modules,Routes,Factories

Thank You