angular-tree-control icon indicating copy to clipboard operation
angular-tree-control copied to clipboard

Angular JS Tree

Results 100 angular-tree-control issues
Sort by recently updated
recently updated
newest added

Hi, Is there a chance to handle on parent node click in this? Thanks, Barry

Hi, I'm using tree view and I want to collapse other tree nodes when one node is selected(For example {name: 'A', children:[{name: '1',name: '2'}], name: 'B', children:[{name: '3',name: '4'}], }...

This will make it possible to integrate: https://github.com/Templarian/ui.bootstrap.contextMenu via template: context-menu="options.menuOptions"

I have for example such structure: `var arr = [ { name: 'name', childOne: { nameChildOne: 'nameChildOne', childTwo: { nameChildTwo: 'nameChildTwo' } } }, .... ]` It is possible to...

Hello, When a put selectedNode to null i have an issue.

Hi, I am trying to delete a node by just doing a splice of a root node or a child node based on the parent node, like this: `if ($scope.obj.parentNode...

Is there any way to get reference to filtered nodes. I want something like this : [AngularJS - how to get an ngRepeat filtered result reference](http://stackoverflow.com/questions/11721863/angularjs-how-to-get-an-ngrepeat-filtered-result-reference)

I've got a grid that I effectively find a node and set it to selected, and that works, but because I dont know the path to that node I dont...

### server-side support if you are working with seriously large databases, you might want this. `on-node-request-data` (node, expanded) callback called whenever a node expands in the tree with options.serverSide enabled....

currently it's impossible to install angular-tree-control with angular 1.5.0