angular-multi-select-tree
angular-multi-select-tree copied to clipboard
selected node does not change
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:)
Good point.