Closed urgupluoglu closed 8 years ago
Hi, I think this is something you should ask in the jsTree page, this directive only wraps it and gives it 2 way binding for angular.
sorry
if (config.plugins) { config.plugins.push('checkbox'); } else { config.plugins = ['checkbox']; }
replace alltrigger with checkbox as mentionned above, inside ngJsTree file
Hi Roi,
I'm trying to show a unique description text when a checkbox is clicked. Here is how to get all newly selected ones (from jstree api): https://www.jstree.com/plugins/ [Changed Plugin] First, I'm trying to achieve this by having different syntax, but no luck;
Can you tell me how I can get only the newly selected nodes?
The second problem is auto-select. When It auto selects a parent or a child node, it also comes in changed array. So is there a way in angular directive you coded to get clicked node only?
Thanks.