eu81273 / angular.treeview

AngularJS based Treeview (no jQuery)
MIT License
405 stars 223 forks source link

Issue when used in conjunction with ng-include #27

Open mfischbo opened 10 years ago

mfischbo commented 10 years ago

I've tried to insert the treeview in a partial which I include using ng-include. When a node gets selected $scope.$watch('tree.currentNode', function() { //...}); does not fire. Neither does $scope.$parent.$watch('tree.currentNode', function() { //...}); work. I'd suggest to send an event for this.