You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may be too late here, but I recently came upon this lib in a project and had the same issue. What you need to do is make sure your callback returns true.
In your case:
$scope.arbolChange=function(item,selectedItems){//handle the selection herereturntrue;};
I've managed to set up the directive, it's all working great. I just need it to show checkboxes, and don't know how to enable them.
This is the directive html:
Ideas?
The text was updated successfully, but these errors were encountered: