wix-incubator / angular-tree-control

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

Important !! Node closing itself when clicking on another node? #269

Closed Julan76 closed 7 years ago

Julan76 commented 7 years ago

Hello, Try this example please. http://jsfiddle.net/JsmartGilles/zdp34dmk/9/

I have already tried ( as in the fiddle ): equality: function(node1, node2) { return node1 === node2; } It's not working. How can I solve this bug ?

Julan76 commented 7 years ago

SOLVED ! Well, it 's my mistake: I had forgotten to attach options in html part. Thank you!