mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
[Clocks/Timers] Make $scope available
...to methods of TimerController
This commit is contained in:
@ -122,6 +122,7 @@ define(
|
||||
active = false;
|
||||
});
|
||||
|
||||
this.$scope = $scope;
|
||||
this.signValue = '';
|
||||
this.textValue = '';
|
||||
this.updateObject = updateObject;
|
||||
|
Reference in New Issue
Block a user