wix-incubator / angular-tree-control

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

Filtering child nodes #142

Open ismaelgcosta opened 9 years ago

ismaelgcosta commented 9 years ago

Is it possible to filter not only siblings nodes but also child nodes?

Damore commented 9 years ago

Actually, the problem is that angular-tree-control Filtering does not work as expected on Angular 1.3.6. I just changed the version of my project to 1.3.16 and now the filtering is working fine!

neoms21 commented 9 years ago

I'm using angular 1.4.1 but on filtering it doesn't expand all the nodes with matching filter (nodes are filtered fine just not expanded) although in example page it does it fine. I can't find anything which I'm missing.