[Clocks/Timers] Make $scope available

...to methods of TimerController
This commit is contained in:
Victor Woeltjen
2015-12-09 12:41:23 -08:00
parent 7871af07c4
commit 8077cdb834

View File

@ -122,6 +122,7 @@ define(
active = false;
});
this.$scope = $scope;
this.signValue = '';
this.textValue = '';
this.updateObject = updateObject;