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/toggle.html'
|
||||
'text!../../res/templates/tree/toggle.html'
|
||||
], function (angular, toggleTemplate) {
|
||||
function ToggleView(state) {
|
||||
this.expanded = !!state;
|
||||
|
Reference in New Issue
Block a user