diff --git a/platform/features/clock/src/controllers/TimerController.js b/platform/features/clock/src/controllers/TimerController.js index 79d52e8bfe..3f596df673 100644 --- a/platform/features/clock/src/controllers/TimerController.js +++ b/platform/features/clock/src/controllers/TimerController.js @@ -122,6 +122,7 @@ define( active = false; }); + this.$scope = $scope; this.signValue = ''; this.textValue = ''; this.updateObject = updateObject;