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