angular-tree-control icon indicating copy to clipboard operation
angular-tree-control copied to clipboard

This does not work with ui-router

Open Molnfront opened this issue 9 years ago • 1 comments
trafficstars

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 avatar Dec 04 '15 18:12 Molnfront

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

Molnfront avatar Dec 05 '15 09:12 Molnfront