Advertisement
Guest User

Untitled

a guest
Aug 5th, 2015
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. }
  2. });
  3.  
  4.  
  5. }
  6. return {
  7. restrict: 'AE', //describes how we can assign an element to our directive in this case like <div master></div
  8. link: link // the function to link to our element
  9. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement