angular-bootstrap-nav-tree
angular-bootstrap-nav-tree copied to clipboard
Expand-level not working while loading data using $resource for me
Hi,
I have this :
When treeData are setup in controller, it`s expanding. If i am loading data using $resource and filling data in get().$promise.then function, my tree is not expnading to level 2.
My guess is, that its because my data are created empty first and filled later in promise and that i should use some $watch but i don
t know how.
Thank you, Denis
Similar problem here. In my case, the expand-level
works only the first time. If I re-load, it does not work. I'm also using $resource
to load the treeData.
+1