refactor(treeView): remove old tree lib from module

pull/3/head
alex 2016-01-12 14:41:06 +03:00
parent 9332102a06
commit a302433b13
2 changed files with 9 additions and 10 deletions

View File

@ -270,7 +270,7 @@
"parent": "n1", "parent": "n1",
"text": "Node 1.1", "text": "Node 1.1",
"state": { "state": {
"opened": false "opened": true
} }
}, },
{ {
@ -302,7 +302,7 @@
"parent": "n2", "parent": "n2",
"text": "Node 2.1", "text": "Node 2.1",
"state": { "state": {
"opened": false "opened": true
} }
}, },
{ {
@ -311,7 +311,7 @@
"text": "Node 2.2 (Custom icon)", "text": "Node 2.2 (Custom icon)",
"icon": "ion-help-buoy", "icon": "ion-help-buoy",
"state": { "state": {
"opened": false "opened": true
} }
}, },
{ {
@ -319,7 +319,7 @@
"parent": "n3", "parent": "n3",
"text": "Node 3.1", "text": "Node 3.1",
"state": { "state": {
"opened": false "opened": true
} }
}, },
{ {
@ -336,7 +336,7 @@
"parent": "n13", "parent": "n13",
"text": "Node 3.2.1", "text": "Node 3.2.1",
"state": { "state": {
"opened": false "opened": true
} }
}, },
{ {
@ -344,7 +344,7 @@
"parent": "n13", "parent": "n13",
"text": "Node 3.2.2", "text": "Node 3.2.2",
"state": { "state": {
"opened": false "opened": true
} }
}, },
{ {
@ -360,7 +360,7 @@
"parent": "n3", "parent": "n3",
"text": "Node 3.4", "text": "Node 3.4",
"state": { "state": {
"opened": false "opened": true
} }
}, },
{ {
@ -368,7 +368,7 @@
"parent": "n3", "parent": "n3",
"text": "Node 3.5", "text": "Node 3.5",
"state": { "state": {
"opened": false "opened": true
} }
}, },
{ {
@ -376,7 +376,7 @@
"parent": "n3", "parent": "n3",
"text": "Node 3.6", "text": "Node 3.6",
"state": { "state": {
"opened": false "opened": true
} }
} }
] ]

View File

@ -10,7 +10,6 @@
'chart.js', 'chart.js',
'angular-chartist', 'angular-chartist',
'angular.morris-chart', 'angular.morris-chart',
'ui.tree',
'textAngular', 'textAngular',
'BlurAdmin.theme.components' 'BlurAdmin.theme.components'
]); ]);