eu81273 / angular.treeview

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

Added to new attributes for click highlight and folder collapse #11

Open mondok opened 10 years ago

mondok commented 10 years ago

Added two new attributes to the html element/directive. The first one, data-node-toggleclick, allows for the folder to expand and collapse when the label is clicked. The second one, data-node-highlight, enables and disables the folder/node highlighting. I also updated the readme with new sample code and a version bump.