mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 15:18:12 +00:00
[Tree] Begin using mct-tree for tree representation
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
|
||||
define([
|
||||
'angular',
|
||||
'text!../../res/templates/ui/node.html',
|
||||
'text!../../res/templates/tree/node.html',
|
||||
'./ToggleView'
|
||||
], function (angular, nodeTemplate, ToggleView) {
|
||||
'use strict';
|
||||
|
Reference in New Issue
Block a user