mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 00:23:01 +00:00
[Frontend] Manual re-do of collapse/expand panes
open #90 Renamed BrowseTreeController to PaneController; Ensuring mobile functionality parity;
This commit is contained in:
@ -154,6 +154,11 @@ define(
|
||||
navigationService.removeListener(setNavigation);
|
||||
});
|
||||
|
||||
// Models for panes
|
||||
$scope.paneModelTree = {};
|
||||
$scope.paneModelInspect = {};
|
||||
|
||||
|
||||
}
|
||||
|
||||
return BrowseController;
|
||||
|
@ -63,6 +63,7 @@ define(
|
||||
*/
|
||||
BrowseTreeController.prototype.toggle = function () {
|
||||
this.state = !this.state;
|
||||
console.log('tree toggled: ' + this.state);
|
||||
};
|
||||
|
||||
/**
|
Reference in New Issue
Block a user