[Tree] Begin using mct-tree for tree representation
This commit is contained in:
@@ -30,8 +30,7 @@ define([
|
||||
var $ = angular.element.bind(angular);
|
||||
|
||||
function TreeView() {
|
||||
this.ul = $('<ul>');
|
||||
this.ul.addClass('tree');
|
||||
this.ul = $('<ul class="tree"></ul>');
|
||||
this.nodeViews = [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user