I am using angular treeview to build a tree using AngularJS. I am able to add a new child, as well as new node in my application.
- I am able to add new node as well as child for selected node
- I am able to Edit the selected node as well as child
Below jsfiddle link have Add/Edit node.
https://jsfiddle.net/eu81273/48cafgsu/
I need to delete the selected node.
Please help me in this. Thanks in advance.