angular-timer icon indicating copy to clipboard operation
angular-timer copied to clipboard

Countdown timer negative value

Open raftheunis87 opened this issue 11 years ago • 3 comments
trafficstars

Hello,

Currently I'm using this directive to show multiple timers on the same page. The countdown timer starts at a predefined value:

{{mminutes}}:{{sseconds}}

However, when the timer reaches 00:00, it stops. I want it to go negative instead of stopping at 0 seconds. Is this possible?

Kind regards,

Raf Theunis

raftheunis87 avatar Jun 19 '14 07:06 raftheunis87

Interesting.. so, do you want to see countdown like -10 minutes: -5 seconds etc. ? Obviously, thats not a general countdown behavior. May be some rolling countdown or something..

Curious... where is this being used?

siddii avatar Jun 19 '14 14:06 siddii

I'm interested in this feature as well - was it actually implemented? How do I use this?

jonathanwoahn avatar May 09 '15 17:05 jonathanwoahn

I also need this, I am using this in my factory for running process to show how many time is their to finish a work but may be sometime a work can run for more time then the target time so I want negative time to show.

shubhamkumarnayak avatar Feb 03 '17 14:02 shubhamkumarnayak