Course
Skills
AngularJS 1 Directives Fundamentals
This course will teach you everything you need to know about directives in Angular.
What you'll learn
Directives are one of the most complex pieces of Angular, but learning to do them properly doesn't have to be a chore. This course will take you from knowing nothing about directives, to knowing everything. Through this course, you will gain a comprehensive understanding of all the pieces of directives and how to build them. More importantly you will learn how to make small, focused, and maintainable directives.
Table of contents
Your First Directive
25mins
Events, Scope, and Controllers
40mins
Decorator Directives
42mins
- Introduction 0m
- Built-In Decorator Directives 1m
- The Link Function 6m
- Demo: Adding Pause Notification to HTML5 Videos 8m
- Demo: Recreating ngClick 2m
- Business-Specific Decorators 5m
- Manually Creating Watches 5m
- Demo: State Display - Naive Implementation 4m
- Demo: State Display Directive 5m
- Demo: Reusable State Display Directive 6m
- Summary 1m
Transclusion
30mins
Structural Directives
31mins
Controllers and Nested Directives
20mins