wix-incubator / angular-tree-control

Angular JS Tree
http://wix.github.io/angular-tree-control
MIT License
708 stars 277 forks source link

How to prevent from branch node selection, I just want to select files #299

Open manik-biradar007 opened 5 years ago

miluoshi commented 5 years ago

It's in the docs' events section

In order to prevent selection of branches (folders) in the tree, set the options.dirSelectable to false. Clicking folder labels at this point will expand and contract the node.