[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

@ -37,9 +37,7 @@ define([
return {
restrict: "E",
link: link,
require: [ "mctTree" ],
scope: { mctObject: "=" },
template: ""
scope: { mctObject: "=" }
};
}