AngularJS Directives — a practical guide to AngularJS directives with clear examples you can reuse in real projects.
AngularJS Tutorial Series (21/99). Prefer one article? Read the complete AngularJS tutorial.
Short description
Directives are the heart of AngularJS view composition.
Directive idea
Built-in ng-* directives
Custom element/attribute directives
Isolate scope + templates
Link / compile functions