Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
575 views

So, I'm trying to create a hierarchical tree. Whena node is selected that has children, then all the children of the node is selected, but when I select all the children I also want to select the ...
jyoti's user avatar
  • 483
1 vote
0 answers
53 views

I need to search on all nodes, but here I have two title with same name (SameTitle) in demolist.js. I want a search operation on whole node. Expected result: (SameTitle) should appear twice with ...
MITESH KR JHA's user avatar
1 vote
1 answer
391 views

I have tried different CSS tricks and hacks but can't seem to get my way around this. So, I have a UI tree with connectors as shown in below: https://jsfiddle.net/jqaw41mo/ div.panel:first-...
S.Raza's user avatar
  • 13
0 votes
1 answer
1k views

I am developing a tree view to show list of categories using AngularJS. I used this git repository. HTML <div ui-tree="treeOptions" id="tree-root" data-drag-enabled="true"> <ol ui-tree-...
Sudarshana Dayananda's user avatar
0 votes
0 answers
110 views

I have a directive that use the angular-ui-tree component inside an asp.net mvc project, it works really great but a major bug appears every time it renders a tree with more than 9 levels. For this ...
Dayán Ruiz's user avatar
1 vote
0 answers
53 views

I use anglar-ui-tree in my project. How can I sum all companyEstimatedEarning for each node? For example, company 1.1.1 - total=5, company 1.1 - total=18, company 1 - total=53 $scope.data = [{ ...
Ivan Stelmakh's user avatar
1 vote
0 answers
228 views

I use the angular-ui-tree module for sorting a list, according to it's manual. Once an item is dropped, there's a list sent to the backend service, which saves the new sort order. vm.treeOptions = { ...
chr_lt_ney's user avatar
1 vote
0 answers
126 views

I'm using AngularJS UI Tree on my PUG template, and I need the first node to act like a header for the rest of the other nodes, which will be inside this header. Currently I'm doing it like this: ...
Felipe Wagner's user avatar
1 vote
0 answers
1k views

Double click in angular tree component is not working, here's the sample of code I'm trying to use. Do I need to write anything else in my code, so that it will work?? Please help me on this one. ...
Shardul's user avatar
  • 405
0 votes
1 answer
1k views

How can I prevent child nodes from becoming a top level node and also prevent parent nodes from being dropped under another parent node. I want to allow rearrangement of child nodes and parent nodes ...
Stradosphere's user avatar
  • 1,285
4 votes
0 answers
1k views

I have the following markup: <div class="modal fade" id="locationSearchModal" tabindex="-1" role="dialog"> <div class="modal-dialog narrow-modal" role="document"> <div ...
crackedcornjimmy's user avatar
2 votes
0 answers
921 views

I need to delete a node in Hierarchy Tree built using the link http://jsfiddle.net/brendanowen/uXbn6/8/ The delete option explained deletes only the child node. $scope.delete = function(data) { ...
Nandhini Janardhanan's user avatar
0 votes
1 answer
273 views

I have my app.js: angular.module('myApp', ['ui.tree']) .controller('myCtrl', function($scope) { $scope.remove = function(scope) { scope.remove(); }; $scope.toggle = function(...
Nidheesh's user avatar
  • 4,590
0 votes
1 answer
75 views

I'd like to generate dynamic html for my treeview (angular-ui-tree). The problem is as follows: I've got a json with a number of nested objects, and I have HTML that uses angular-ui-tree directives to ...
user841760's user avatar
0 votes
0 answers
78 views

I have some trouble with the Angular Ui Tree component. This is the setting: I have two trees, one on the left with a classical hierarchical structure and one on the right with a list of draggable ...
Detlef Gabranth's user avatar
1 vote
1 answer
938 views

I tried to do that like as: $scope.showCloneIcon = function(scope) { if(scope.$parentNodeScope !== null){ var parent_value = scope.$parentNodeScope.$modelValue....
Yahorow's user avatar
  • 51
0 votes
0 answers
28 views

I use plugin Angular UI Tree: http://angular-ui-tree.github.io/angular-ui-tree/#/basic-example <a class="pull-right btn btn-primary btn-xs" data-nodrag="" ng-click="newSubItem(this)" style="...
Yahorow's user avatar
  • 51
0 votes
1 answer
752 views

How to clone node in Angular UI tree with all children? Now I use event click: ng-click="newSubItem(this)" where newSubItem is function: $scope.newSubItem = function (scope) { var ...
Oleg's user avatar
  • 37
0 votes
1 answer
324 views

I'm sure it is pretty simple question, but I can't find answer. I use pretty common pattern for creating tree. I need to know if user click parent node or child node. Everything works fine if I click ...
gikerix's user avatar
0 votes
1 answer
395 views

i try to use angular-ui-treeview library in my project available on below mentioned link : https://github.com/angular-ui-tree/angular-ui-tree on this , in readme.md , in Usage section following ...
aadi's user avatar
  • 16
1 vote
1 answer
313 views

I'm using Angular UI Tree as the UI for a file system. I want to be able to drop items into folders but not files so all the items in the tree have a type property with values "file" or "folder". ...
Geraint Anderson's user avatar
1 vote
2 answers
692 views

I'm using https://github.com/angular-ui-tree/angular-ui-tree module. I have api that sending me array of slides, which are array of groups, which are array of graphs. So I want to draw it as a tree ...
Iriskin0's user avatar
0 votes
3 answers
2k views

I'm new to angularjs and want to implement some hierarchy screen in which user can add a new group, child to that group and so on. (parent/child hierarchy) Something like this 1 Admin 1.1 -----User ...
Naila Akbar's user avatar
  • 3,388
2 votes
2 answers
3k views

is there any possibility to prevent user's dragging of Angular UI Tree nodes? There is an option "nodrop" and it works, but I would like to prevent dragging too. <div ui-tree id="tree-root" ...
Movsar Bekaev's user avatar
1 vote
1 answer
246 views

Is there a way to add labels or separate trees to the angular-ui-tree? I have a JSON file with questions that I'm feeding the $scope.tree to display in my front end. I would like to have a separate ...
Micro Controls's user avatar
1 vote
0 answers
461 views

I've been trying to install angular-ui-tree using bower version 1.8.0, but it keeps hanging up on me. I've tried the following commands: bower install angular-ui-tree bower install angular-ui-tree --...
Friso's user avatar
  • 2,458
0 votes
1 answer
655 views

I'm trying to use angularui-tree and after days of struggle to make it run inside Vistulaforce(salesforce) page, it still shows some error or the other. Now I'm trying to run basic nested tree ui ...
Cyclotron3x3's user avatar
  • 2,249
0 votes
1 answer
1k views

I am using Angular UI tree to implement items categories relationship, everything is working fine in the default implementation, but now the requirement is to get the node/section number in the tree ...
Saad Bhutto's user avatar
5 votes
1 answer
1k views

In my application i used angular ui-tree. Now to add new node i used below code <button class="btn btn-info btn-circle btn-sm" type="button" ng-click='x.tasks.push({task: "New Task",depth:"2", ...
Alex Patel's user avatar
1 vote
1 answer
600 views

I am currently using Angular UI Tree connected trees. Tree1 has only one level of depth while Tree2 is unlimited in depth. I need to be able to drag any item from Tree2 INTO Tree1 items and catch that ...
checklist's user avatar
  • 13.1k
1 vote
1 answer
1k views

I am using the angular-ui-tree library to display the folder structure. I am storing the node objects in a MongoDB database. Each node object looks like this { "node_name" : "Folder 1", "...
Kenny lee's user avatar
0 votes
1 answer
865 views

I want to limit max depth of angular UI tree i added data-max-depth="2" to ui-tree <div ui-tree id="tree-root" data-max-depth="2"> <ol ui-tree-nodes ng-model="data" > ...
Mohammad Hossein Amri's user avatar
2 votes
2 answers
5k views

Can any one provide with a plunker or any hint on how to use http://angular-ui-tree.github.io/angular-ui-tree/#/basic-example with a json object like this var list = [ { "...
Rakesh's user avatar
  • 63
0 votes
2 answers
732 views

I'm getting this error; Cannot read property '0' of null (for '0', '1', '2', '3'.....etc.) once for each of the 24 hours in my day. Then again for rows '8', '9','10' and '11' where I have events on ...
Brad W's user avatar
  • 2,558
1 vote
0 answers
413 views

Hi I need to create a tree which represents some categories from GroupA these categories can be 4 level deep. This is a very simple task, but additionaly each of a category has counterparts in GroupB,...
kuba0506's user avatar
  • 475
1 vote
1 answer
556 views

I have a piece of code which is a basic example of how to use angular-ui-tree: <div ui-tree> <ol ui-tree-nodes="" ng-model="list"> <li ng-repeat="item in list" ui-tree-node> ...
The Bassman's user avatar
  • 2,381
0 votes
0 answers
1k views

I have just started to learn angularJS. I have a created a ui-tree to show data from backend.I have to display the details of the element on click of it. But I am facing problem with accessing a ...
radio_head's user avatar
  • 1,385
3 votes
1 answer
3k views

I am currently using Angular UI Tree. My object: [ { "id": 1, "title": "class1", "students": [ { "id": 11, ...
Egidi's user avatar
  • 1,776
1 vote
1 answer
2k views

I created two trees and when I move a node from one tree to another I would like to know names of old and new tree. I added data-tree-name="unsorted" in ui-tree but I don't know how to access it. This ...
Alen's user avatar
  • 1,788
1 vote
1 answer
1k views

maybe this is a silly question, but I haven't found a solution here in stackoverflow or in the documentation of angular-ui-tree. I need to get the html element of the latest added node. To be more ...
blacksheep_2011's user avatar
1 vote
0 answers
161 views

I'm using Angular UI Tree to show a TreeView. To request all nodes to a REST API, I use restangular to return a list of nodes. But, Angular UI Tree uses this data structure: [ { "id" : 1, ...
Lucas Katayama's user avatar
0 votes
1 answer
2k views

I am using I'm using : http://angular-ui-tree.github.io/angular-ui-tree/#/connected-trees I want to be able to drag on parent level but not on child level in the tree. How would I go about that. I ...
Asim Zaidi's user avatar
  • 28.5k
0 votes
0 answers
144 views

Is it possible to have two arrays in each object, like so: [ { "id": 1, "title": "Drink", "subcategories": [ { "id": 11, "title": "Alcoholic", "...
cfly24's user avatar
  • 1,962
1 vote
1 answer
480 views

I have been playing around with the Angular UI Tree drag and drop and have come by an issue that has stumped me. The json is being received from my services. When it is received by my controller, I ...
cfly24's user avatar
  • 1,962
1 vote
0 answers
382 views

does anyone know if there's a way to define a template for an empty ui-tree list? If the list model ist empty there will be a default <div class="angular-ui-tree-empty"></div> element ...
Dennis G.'s user avatar
0 votes
1 answer
121 views

In Angular js ui-tree (ui-tree), how can I get the newly dragged object information? I am getting tree left side list and right side list without any problem but I am facing problem to get model value ...
smart987's user avatar
  • 832
1 vote
2 answers
717 views

I'm using angular-ui-tree. The object I have in my treeview has a sort index. I am looking for a way to bind this sort index to the desIndex of the treeview scope, using something similar to this: ...
DaCh's user avatar
  • 929
0 votes
1 answer
2k views

I am trying to implement virtual scroll of Angular material on angular-ui-tree . But its giving the following error : Controller 'uiTree', required by directive 'uiTreeNode', can't be found! For ...
Arshdeep Singh's user avatar
1 vote
0 answers
98 views

I followed the instruction of ui-tree on github. Everything goes fine, except when i drag an item. The dragged item doesn't show in floating style as shown in demo, but the node of dragged item ...
HW Siew's user avatar
  • 1,013
2 votes
1 answer
607 views

I'm using angular-ui-tree in order to render a tree with data but each time that the page is loaded all nodes are rendered and I would like to avoid the render because with huge data locks the browser....
user1520494's user avatar
  • 1,184