We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941b5e4 commit 3999a3cCopy full SHA for 3999a3c
angular-hx-utils.js
@@ -52,7 +52,7 @@ angular.module('hxUtils', [])
52
return n.length >= width ? n : new Array(width - n.length + 1).join(z) + n;
53
}
54
55
- var timeString = pad(hours, 2) + ":" + pad(minutes, 2) + ":" + pad(seconds, 2);
+ var timeString = pad(hours, 2) + ":" + pad(minutes, 2) + ":" + pad(secondsRemaining, 2);
56
57
if (neg)
58
timeString = "-" + timeString;
0 commit comments