Skip to content

Commit

Permalink
Fix for #84
Browse files Browse the repository at this point in the history
  • Loading branch information
siddii committed Jun 14, 2014
1 parent d70a35e commit 8f3d391
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion app/js/timer.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ var timerModule = angular.module('timer', [])

if ($scope.countdown > 0) {
$scope.countdown--;
$scope.countdownattr = $scope.countdown.toString();
}
else if ($scope.countdown <= 0) {
$scope.stop();
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Siddique Hameed",
"name": "angular-timer",
"version": "1.1.4",
"version": "1.1.5",
"homepage": "https://github.com/siddii/angular-timer",
"description": "Angular-Timer : A simple AngularJS directive demonstrating re-usability & interoperability",
"repository": {
Expand Down
3 changes: 1 addition & 2 deletions dist/angular-timer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* angular-timer - v1.1.4 - 2014-05-21 6:24 PM
* angular-timer - v1.1.5 - 2014-06-14 7:52 AM
* https://github.com/siddii/angular-timer
*
* Copyright (c) 2014 Siddique Hameed
Expand Down Expand Up @@ -240,7 +240,6 @@ var timerModule = angular.module('timer', [])

if ($scope.countdown > 0) {
$scope.countdown--;
$scope.countdownattr = $scope.countdown.toString();
}
else if ($scope.countdown <= 0) {
$scope.stop();
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-timer.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Siddique Hameed",
"name": "angular-timer",
"version": "1.1.4",
"version": "1.1.5",
"homepage": "https://github.com/siddii/angular-timer",
"main":"dist/angular-timer.js",
"licenses": {
Expand Down

0 comments on commit 8f3d391

Please sign in to comment.