Advertisement
imehesz

Angular 1.2 directive

Apr 15th, 2014
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.19 KB | None | 0 0
  1. <!-- it's vertical by default -->
  2. <div class="rune-directive" rune-text="rune.text"></div>
  3.  
  4. <!-- OR -->
  5. <div class="rune-directive" rune-text="rune.text" direction="'horizontal'"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement