iVantage / angular-ivh-treeview

A treeview for AngularJS with filtering and checkbox support.
http://ivantage.github.io/angular-ivh-treeview/
MIT License
238 stars 89 forks source link

When using the checkbox, ivh-treeview-on-item-selected has no effect #207

Closed ToView closed 7 years ago

ToView commented 7 years ago

I added a callback event to ivh-treeview-on-item-selected, but did not enter the callback event when I clicked on the node. image

The following is my callback method: image

jtrussell commented 7 years ago

I think maybe you want ivh-treeview-on-cb-change? I don't recognize ivh-treeview-on-item-selected.

https://github.com/iVantage/angular-ivh-treeview#selectdeselect-handlers

Also, just FYI I also don't recognize ivh-treeview-use-img-icon.

ToView commented 7 years ago

Ok, thank you