eu81273 / angular.treeview

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

Added checkable nodes #24

Closed Thorgrim901 closed 10 years ago

Thorgrim901 commented 10 years ago

This allow you to show checkboxes near every node in the tree. Every node has now a property, named "checked", as model of the checkbox. If you check or decheck a node with childred, every child is checked or dechecked too.

Thorgrim901 commented 10 years ago

You can add data-checkable="booleanValue" at the div to show or hide checkboxes, as you can see in the demo folder