In this talk
- Context
- AngularJS
- What problem does it solve?
- A new thing? not really!
- Momentum
- MV .. what?!
- Model as simple JS object
- View as improved HTML
- Controller as glue in between
- Other components
- Services, Filters, Directives, ...
- What makes AngularJS different?
- 2-way data binding
- dependency injection
- No classes to extend
- ...