Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. compile: function compile(elem, attrs) {
  2.  
  3. return {
  4. pre: function preLink(scope, element, attributes) {
  5. // scope.treedata = [];
  6. }
  7. };
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement