Skip to content

Commit

Permalink
Revert "Added listener to be able to set countdown value"
Browse files Browse the repository at this point in the history
This reverts commit 8651fd3.
  • Loading branch information
johnparn committed Feb 7, 2014
1 parent bc24fbe commit 0ff25fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dist/angular-timer.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ angular.module('timer', [])
$scope.clear();
});

$scope.$on('countdown-set', function (e, countdown) {
$scope.countdown = countdown;
});

function resetTimeout() {
if ($scope.timeoutId) {
clearTimeout($scope.timeoutId);
Expand Down

0 comments on commit 0ff25fe

Please sign in to comment.