angular-tree-control
angular-tree-control copied to clipboard
Angular JS Tree
TypeError: Cannot read property 'injectClasses' of undefined at ensureAllDefaultOptions (node_modules/angular-tree-control/angular-tree-control.js:73:0)
Hi, When we zoom-out in a page containing the tree view (tested on chrome 54, zoom 90%) the tree view is not displayed correctly   the problem...
Hello, How can I implement a search bar(input) in order to filter on nodes matching with input text? I have tried this : ` {{node.menuName}} {{node.children.length}} ` and for input...
- Prevents ng-repeat dupes error - Improve ng-repeat performance
Is it possible dynamic load data and render it? I need load data from server and render tree. This is my solution ```js $scope.openTree = function (itemRefs) { itemRefs.open =...
I've been trying to do something like this within the tree, but it doesn't seem to work. is this a known issue? HAML Format: `%button.btn.btn-default{ "popover"=>"I appeared on mouse enter!","popover-trigger"=>"mouseenter"}`...
If I want to open the directory on single click, I have to set dirSelectable to false. Doing so stops my access to the children of the selected directory because...
Open a node several levels deep. Then collapse the first node opened. The nodes expanded under the first node are still expanded. You can see this by reopening a node....
Hi all! I am trying to use $Path inside my treecontrol. My code looks like the following: `` I want to filter all nodes whos first dad is a String...
Hi, I have had no luck getting a filter-expression to work, if I wanted to just do a filter based on an attribute on the node, no entry box.. I...