Skip to content

Commit 44ef454

Browse files
committed
dist build
1 parent 8ef7e31 commit 44ef454

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

dist/angular-timer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* angular-timer - v1.3.5 - 2017-03-09 2:18 PM
2+
* angular-timer - v1.3.5 - 2017-07-23 1:08 PM
33
* https://github.com/siddii/angular-timer
44
*
55
* Copyright (c) 2017 Adrian Wardell
@@ -188,7 +188,7 @@ var timerModule = angular.module('timer', [])
188188
$scope.isRunning = false;
189189
$scope.clear();
190190
$scope.$emit('timer-reset', {
191-
timeoutId: timeoutId,
191+
timeoutId: $scope.timeoutId,
192192
millis: $scope.millis,
193193
seconds: $scope.seconds,
194194
minutes: $scope.minutes,

dist/angular-timer.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)