Skip to content

Commit 8f3d391

Browse files
committed
Fix for siddii#84
1 parent d70a35e commit 8f3d391

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

app/js/timer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ var timerModule = angular.module('timer', [])
233233

234234
if ($scope.countdown > 0) {
235235
$scope.countdown--;
236-
$scope.countdownattr = $scope.countdown.toString();
237236
}
238237
else if ($scope.countdown <= 0) {
239238
$scope.stop();

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Siddique Hameed",
33
"name": "angular-timer",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"homepage": "https://github.com/siddii/angular-timer",
66
"description": "Angular-Timer : A simple AngularJS directive demonstrating re-usability & interoperability",
77
"repository": {

dist/angular-timer.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* angular-timer - v1.1.4 - 2014-05-21 6:24 PM
2+
* angular-timer - v1.1.5 - 2014-06-14 7:52 AM
33
* https://github.com/siddii/angular-timer
44
*
55
* Copyright (c) 2014 Siddique Hameed
@@ -240,7 +240,6 @@ var timerModule = angular.module('timer', [])
240240

241241
if ($scope.countdown > 0) {
242242
$scope.countdown--;
243-
$scope.countdownattr = $scope.countdown.toString();
244243
}
245244
else if ($scope.countdown <= 0) {
246245
$scope.stop();

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Siddique Hameed",
33
"name": "angular-timer",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"homepage": "https://github.com/siddii/angular-timer",
66
"main":"dist/angular-timer.js",
77
"licenses": {

0 commit comments

Comments
 (0)