nickperkinslondon / angular-bootstrap-nav-tree

An AngularJS directive that creates a Tree based on a Bootstrap "nav" list.
MIT License
681 stars 301 forks source link

Issue with initial-selection #83

Open vikasgupta1986 opened 9 years ago

vikasgupta1986 commented 9 years ago

Lets say there are multiple files with same name under different directories, in that case if i use initial-selection with the repeating file name, the tree keeps expanding until it reaches the last folder that contains that file name.

aa-lubis commented 6 years ago

Still no fix for this issue? I also had this problem. In my case, I have two nodes with same label but different data. I think it would be better if there is "id" property alongside with "label", so initial selection can try looking for id (if exists) before label