[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