wix-incubator / angular-tree-control

Angular JS Tree
http://wix.github.io/angular-tree-control
MIT License
708 stars 277 forks source link

This does not work with ui-router #176

Open Molnfront opened 8 years ago

Molnfront commented 8 years ago

I have tried to implement it in my multi view app that uses ui-router. I have put it in a nested ui-view:

<div ui-view="treeview" class="col-sm-4"></div>

No error and no tree view. I am using Angular 1.4.7

Molnfront commented 8 years ago

Here is a plunkr: http://plnkr.co/edit/IWZXG8

It has nested ui-router views. The tree view is in the /#/tabs/firstTab/insideTab1-substate1