arvindr21 / jsTree-directive

An Angular Directive for jsTree. Docs :
http://jstree-directive.herokuapp.com/
51 stars 33 forks source link

Unable to get events #18

Closed johaven closed 9 years ago

johaven commented 9 years ago

I have this tree:

In my controller : $scope.openNodeCB = function(e, data) { console.log('open-node event call back'); };

And nothing log .... :(

johaven commented 9 years ago

Sorry i loaded tree in modal with his own $scope :-1: No issue, you can close :)