mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 06:38:17 +00:00
[Common UI] Specs for edit controllers
Add specs for controllers used to support Edit mode, one of the common UI elements being transitioned for WTD-574.
This commit is contained in:
@ -20,6 +20,9 @@ define(
|
||||
|
||||
setNavigation(navigationService.getNavigation());
|
||||
navigationService.addListener(setNavigation);
|
||||
$scope.$on("$destroy", function () {
|
||||
navigationService.removeListener(setNavigation);
|
||||
});
|
||||
}
|
||||
|
||||
return EditController;
|
||||
|
Reference in New Issue
Block a user