ezraroi / ngJsTree

Angular Directive for the famous JS Tree
http://ezraroi.github.io/ngJsTree/
MIT License
270 stars 101 forks source link

get_checked method problem #134

Closed ermingzhu closed 4 years ago

ermingzhu commented 4 years ago

the instance tree don't work ,get_checked() method returns nothing, why? this code var arr = $scope.basicTree.jstree(true).get_checked(false); html node tree is basicTree what's wrong with there?