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

feature: Allow for checkboxes to not propagate state to children #200

Closed fhurta closed 7 years ago

fhurta commented 7 years ago

There is new option disableCheckboxSelectionPropagation that id set to true disables propagation of state of checkboxes to children and switches off validation of parents state. Thus the checkboxes are independent on each other and selection of checkbox on any level is relevant only to it's item.

Closes #195

fhurta commented 7 years ago

I'll fix the coding style and re PR