ezraroi / ngJsTree

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

context menu and dnd plugins updating model #126

Open amit777 opened 6 years ago

amit777 commented 6 years ago

Hi, When I use the contextmenu plugin or the drag and drop plugin to modify the tree, the ng-model variable doesn't seem to get updated even though the tree looks updated. Is this expected behavior? Is there a way for the changes to be bound automatically? Or should i just use event callbacks to trigger a model update?