eu81273 / angular.treeview

AngularJS based Treeview (no jQuery)
MIT License
405 stars 223 forks source link

Any examples how to interactively add new nodes? #6

Closed dparizek closed 10 years ago

dparizek commented 10 years ago

I'm a total newb to Angular... any one have an example of how you would say have a button that when you click it you can add say a new child node to the currently selected node?

eu81273 commented 10 years ago

I just made a quick example. It shows how edit/add node dynamically.

http://jsfiddle.net/eu81273/vL4TJ/

dparizek commented 10 years ago

THANKS!!! You are fantastic!