angular-multi-select-tree icon indicating copy to clipboard operation
angular-multi-select-tree copied to clipboard

selected node does not change

Open rajnikant-tripathi opened this issue 10 years ago • 1 comments

Currently if I change the selected node by marking one of the node as node.selected = true;, it does not change the selected node in the tree control and does not refresh the UI. To achieve the same , we need to watch the whole property of "inputModel" and not just reference. Please accept this pull request to avoid me putting a hack in my project:)

rajnikant-tripathi avatar Oct 21 '15 07:10 rajnikant-tripathi

Good point.

sedrakpc avatar Jun 02 '16 12:06 sedrakpc