wix-incubator / angular-tree-control

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

$scope.selected apply on children #212

Closed inquota closed 8 years ago

inquota commented 8 years ago

I have this $scope.selected = array[2]; to select a Node. When I choose $scope.selected = array[10] for example it doesn't select the Node which is a child.

yoavaa commented 8 years ago

can you provide more information? What you are doing should work, without a running example (or at least the code) I cannot help

inquota commented 8 years ago

Hi yoavaa, thanks for your response. I have another solution for this issue. Can be closed :).