Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/timeoutIdUndeclaredFixInReset'
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeFunta committed Jul 23, 2017
2 parents 5ffe343 + 364b31d commit 8ef7e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/_timer.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ var timerModule = angular.module('timer', [])
$scope.isRunning = false;
$scope.clear();
$scope.$emit('timer-reset', {
timeoutId: timeoutId,
timeoutId: $scope.timeoutId,
millis: $scope.millis,
seconds: $scope.seconds,
minutes: $scope.minutes,
Expand Down

0 comments on commit 8ef7e31

Please sign in to comment.