Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <div class="widget widget.type" {{widget.type}} ng-controller="widget.type">
  2. <div class="navBar">
  3. <div ng-include="widget.type + '-t.html'"></div>
  4. <i class="fa fa-close"></i>
  5. <hr>
  6. </div>
  7. <div ng-include="widget.type + '-f.html'"></div>
  8. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement