When I call any events of jqxtree like (expandall,getitems) with angularJs 1, after the initialization of tree setting,its giving me error like
$scope.treeRoleSettings.jqxTree is not a function
Please refer below fiddle for reference.
I have putted the button control to call same function explicitly and it is working fine. to see this scenario just comment line no 95 of fiddle other wise you will get error.
But as per my project requirement I want to call these function just after on jqxTree load/render.
Please help me. looking forward for your reply. Thanks !