Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 729 Bytes

File metadata and controls

15 lines (11 loc) · 729 Bytes

AngularDirectiveExample

A full functional angular directive examples

  1. simpleDirective.html => Simple directive example
  2. directiveRestrictions.html => Directive restrict examples
  3. directiveBasicBehavior.html => Directive basic behavior example
  4. directiveTalkingController.html => Directive talk to controller example
  5. communicationBetweenDirectives.html => Communication between directives example
  6. isolateScope.html => Isolation of scope with directives examples
  7. isolatedScope@.html => Isolated scope using @ example

In real life use of directives examples

  1. shoppingCart.html => Shopping cart example using directive