- Introduction to AngularJS
- MVC Architecture
- Conceptual Overview
- Setting up the Environment
- First Application
- Understanding ng attributes
Introduction to Angular :
- Object Binding and Expressions
- Working with Arrays
- Forgiving Behavior
- Understanding Data binding
- Two-way Data Binding
Expressions and Data Binding :
- Core Directives
- Conditional Directives
- Mouse and Keyboard Events Directives
- Styles Directives
Working with Directives :
- Understanding Controllers
- Programming Controllers
- Scope object - Adding Behavior to a Scope Object
- Passing Parameters to the Methods
- Multiple Controllers and their scopes
Controllers :