An AngularJS Playbook
The Playbook contains strategies and patterns for common scenarios in AngularJS applications. The scenarios include working with authorization tokens, nested routes, form validation, consistent error handling and diagnostics, as well as building custom directives to integrate with third party libraries.
What you'll learn
The Playbook contains strategies and patterns for common scenarios in AngularJS applications. After an introductory module, the course looks at managing authorization tokens and a user model using services and HTTP interceptors. The third module provides strategies to implement consistent error handling and display of alert messages to the user. The fourth module will focus on UI topics, including working with an application that requires nested views and modal dialogs. The fifth module demonstrates custom directives you can use to help build and validate forms, including how to dynamically augment a view using the $compile service. The final module of the course will demonstrate techniques you can use to integrate third party libraries, including how to wrap jQuery plugins.
Table of contents
- Introduction 0m
- PhysicsJS 2m
- Wrapping Global Symbols 2m
- Touch the DOM with Directives 4m
- Working with Child Directives 6m
- Using Pre and Post Link 3m
- Declarative Physics 3m
- Binding from Directive to Model 3m
- Integration Summary 2m
- Using jQuery Plugins 6m
- Function Binding from Isolated Scope 6m
- Summary 1m