[Tree] Begin using mct-tree for tree representation
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
define([
|
||||
'angular',
|
||||
'text!../../res/templates/ui/toggle.html'
|
||||
'text!../../res/templates/tree/toggle.html'
|
||||
], function (angular, toggleTemplate) {
|
||||
function ToggleView(state) {
|
||||
this.expanded = !!state;
|
||||
|
||||
Reference in New Issue
Block a user