angular-tree-control
angular-tree-control copied to clipboard
Angular JS Tree
treeRightClick directive deps, need to be changed like below to avoid issues when uglified/minimized. .directive('treeRightClick', ['$parse', function($parse) { return function(scope, element, attrs) { var fn = $parse(attrs.treeRightClick); element.bind('contextmenu', function(event) {...
Its necessary disabled certain nodes, this would easy if i can set for each node an attribute for example "isDisabled" or a method in the API to disabling a node...
Is there a way in the directive to allow for nodes to become editable inline either via a button or clicking on the node itself? The expected behavior would be...
I'm currently doing a project that I need to list files in a tree structure, the closest I got was this one, however, it's in angularjs
This issue seems to be already fixed in master, so could you please release a new npm version so that we'd be able to get the updated code?
Hello, i want to auto select all children when i selecte a parent, can you please help me ?
The 0.2.30 version on npm contains files from 0.2.28 (e.g. headClass function).
Been using this control for several years and really like it. However, upgrading from 0.2.28 to 0.2.30 crashes my app. I'm not getting any feedback in the console. My app...
Defaults to true in order to maintain compatibility with previous version. Feel free to reject if this is not a desired functionality; however, for the project I would like to...