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

Allow Only any parent or child selection #196

Closed vasupotnuru closed 7 years ago

vasupotnuru commented 7 years ago

hi, Your component simply super . As per my requirement, to allow only any one selection means we can check either parent or child . Allow single Selection not multiple selection. if i try to check new one old one will be deselect. pls guide me

jtrussell commented 7 years ago

Hi @vasupotnuru - there's no option within treeview to force a single selection. You would need to implement this yourself and the provided services should help you in that. Would you mind posting your question on stack overflow? Feel free to post a link back here. Thanks!