/Angular-Custom-Directives

AngularJS Directives Pocket Reference

Primary LanguageJavaScript

AngularJS Directives Pocket Reference

Directives allow us to extend the grammar of the web through reusable HTML elements, attributes, and classes.

Restrict, Replace and Template

No Scope, Scope and Isolated Scope

Binding and Callable Expressions

Basic Transclusion and Lifecycle

Deferred Rendering with Element Transclusion

Recommended Lifecycle

Compilation Process

Compile, Controller and Link

Robust Directives & Sharing Data

Videos

Demystifying Angular Directives

Deep Dive into Custom Directives

Shared and Isolate Scope

AngularJS 2.0: Overview

Resources

Understanding Directives

AngularJS Directives

Demystifying Directives

Creating Custom Directives

$compile

Directive-to-Directive Communication

Directive Communication - Part I

Directive Communication - Part II