mirror of
https://github.com/nasa/openmct.git
synced 2025-06-12 20:28:14 +00:00
[Tree] Begin using mct-tree for tree representation
This commit is contained in:
@ -37,9 +37,7 @@ define([
|
||||
return {
|
||||
restrict: "E",
|
||||
link: link,
|
||||
require: [ "mctTree" ],
|
||||
scope: { mctObject: "=" },
|
||||
template: ""
|
||||
scope: { mctObject: "=" }
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user