Skip to content

Commit 0ff25fe

Browse files
committed
Revert "Added listener to be able to set countdown value"
This reverts commit 8651fd3.
1 parent bc24fbe commit 0ff25fe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dist/angular-timer.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ angular.module('timer', [])
5252
$scope.clear();
5353
});
5454

55-
$scope.$on('countdown-set', function (e, countdown) {
56-
$scope.countdown = countdown;
57-
});
58-
5955
function resetTimeout() {
6056
if ($scope.timeoutId) {
6157
clearTimeout($scope.timeoutId);

0 commit comments

Comments
 (0)