arvindr21 / jsTree-directive

An Angular Directive for jsTree. Docs :
http://jstree-directive.herokuapp.com/
51 stars 33 forks source link

Updating when new file is created #38

Open giper45 opened 7 years ago

giper45 commented 7 years ago

Hi , I'm using the directive by looking at the example. In my application I upload a file by pressing a button. Then tree should update the graphic tree of files, but I have to refresh the entire page in order to see the changes in dir tree. Is there any way by using your directive to refresh the tree ? Thanks in advance

giper45 commented 7 years ago

Hi , I solved by using tree-data , and manually updating the model after ajax requests in controller ;) !