angular-tree-control
angular-tree-control copied to clipboard
Angular JS Tree

I'm running AngularJS 1.6.10 with Webpack 4.6.0. In my main app-file I'm loading angular-tree-control thus: - require('../../node_modules/angular-tree-control/context-menu.js'); - require('angular-tree-control'); (Due to https://github.com/wix/angular-tree-control/issues/285, the context-menu.js require was added). I've also configured...
I found an example http://jsfiddle.net/RichardAD/FUW4A/ The tree search highlights the exact matching but doesn't hide the other tree nodes.
Clicking Labels Expand & Collapse example in website is not correctly. I think that example is for Disabling Selection of Nodes. [http://wix.github.io/angular-tree-control/#dirSelection](http://wix.github.io/angular-tree-control/#dirSelection)
I am using angular tree control plugin for folder tree structure. Everything is working fine. I am using multiselection option. When i am fetching the data already selected, I need...
Is it possible to set a specific icon for a node ?
op
how to open all node, I know use expandedNodes=[] to set the default expanded nodes
For example, i have a custom node template like below: {{node.label}} Here the {{node.label}} binding is not working, how can i make it binding. I have created a simple plnkr...
Pretty self explanatory really :) Would be great to get one included in the bower package.
Which version of angular should I use when I using angular tree control? I use angular 1.5.3 and use the attribution of expanded-nodes, but it didn't work.