angular-timer
angular-timer copied to clipboard
Countdown timer negative value
Hello,
Currently I'm using this directive to show multiple timers on the same page. The countdown timer starts at a predefined value:
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
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?
I'm interested in this feature as well - was it actually implemented? How do I use this?
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.