You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to move the template string used in the directive for the treeview to an external html file?
I'm trying to do this myself but running into some trouble. So far I've moved the attrs variables to scope and my html looks like this:
Is it possible to move the template string used in the directive for the treeview to an external html file?
I'm trying to do this myself but running into some trouble. So far I've moved the attrs variables to scope and my html looks like this:
I had to take the treeId out, and the treeModel is being treated as string, I'm not sure why. Any help or comments would be appreciated.
The text was updated successfully, but these errors were encountered: