ezraroi / ngJsTree

Angular Directive for the famous JS Tree
http://ezraroi.github.io/ngJsTree/
MIT License
270 stars 101 forks source link

Fix Ajax data source bug #128

Closed ivanhoe-dev closed 6 years ago

ivanhoe-dev commented 6 years ago

When using Ajax Json as data source, the tree will fail to render due to sequential issue. The tree is initialized before the Ajax call is made. The propose change is also watching the 'treeData'.


This change is Reviewable

ezraroi commented 6 years ago

thanks!