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

Hello, I've tried to use this example from your example website: `{{yearUnit}}` Unfortunately, I only get "undefined" as result for this. I've imported humanize-duration.js, moment-with-locales.js and angular-timer.js. When I try...

I'm not able to bind data to countdown attribute!!

I'm trying to make a progress bar but displayProgressActive and progressBar are unset variable HTML code : ``` displayProgressActive : {{displayProgressActive}} (

We faced timer issue. in the local system, the format it is displaying 00:00:00. But when we are deployed the same code in to public server, then the timer, it...

Hi! Plugin allows stop and start timer in console. Can i change interval of timer in Chrome console?

the counter does not stop even though the timer has stopped

The first image shows the white background, the second is how it should look. How to fix this?

I've included humanizeDuration dependency script but I'm still seeing the `humanizeDuration is not defined` error. I'm using webpack and installed the dependency with bower

How do i set the value of the endtime dynamically? Something like this does not work: < timer end-time="{{object.time}}" >{{days}} days, {{hours}} hours, {{minutes}} minutes, {{seconds}} seconds.< /timer > I...