angular-ya-treeview
angular-ya-treeview copied to clipboard
selectedNode unselects when grandparent is collapsed
Can be seen on the plunker: http://plnkr.co/edit/mAfWCLmD9NW0CD44gdNF?p=info
Steps to reproduce on plunker:
- Expand parent2
- Expand child
- Select innerChild.
- Collapse and re-expand child, noting that innerChild is still selected.
- Collapse and re-expand parent2 and and child, and see that innerChild is no longer selected.