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

re-usable/inter-operable AngularJS timer directive ⛺

Results 101 angular-timer issues
Sort by recently updated
recently updated
newest added

The path to moment is not the correct path. Bower installs moment under "moment", not "momentjs".

Locale should be handled by application

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...

Hi, I using Timer with countdown and I want to go to another page when the timer reaches 0. {{hours}} hour{{hoursS}}, {{mminutes}} minute{{minutesS}}, {{sseconds}} second{{secondsS}}

I'm trying to make a stop & resume action. This is not working for me. For example the time left is 50seconds, i press "stop" (the left time stop) and...

Hi I have a list of multiple timers where a user can select which timer he wishes to resume from a list of timers. user 1: test, time accrued: 5...

Hi, I came across this easy to use task-timer a few days back, it's really wonderful. I want to show elapsed time in hh:mm:ss format, which I could show. But...

Looks like there have been a few issues related to 'humanizeDuration' possibly having to do with an AngularJS update but mine looks a little different and hopefully simple? I keep...

Hello , I didn't figure out how to use angular-timer in a loop. my controller is just executing the last iteration , others are skipped !

Hi, I want to put the timer value from my db, so that's why I am making a ajax call and the response will replace the value of the timer....