[Tree] Begin using mct-tree for tree representation

This commit is contained in:
Victor Woeltjen
2016-03-11 14:23:08 -08:00
parent cbd9509260
commit d4b15525ca
7 changed files with 14 additions and 23 deletions

View File

@ -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;