angular-timer
angular-timer copied to clipboard
Timer is actually running slow.
I added the angular-timer plugin to my app, but the timer is running slower.
I am using it as countdown timer, here is the markup
<timer countdown="countdown" interval="1000" finish-callback="timer_finished()" > [[ hhours ]]:[[ mminutes ]]:[[ sseconds ]]</timer>
So lets says the countdown timer is showing 02:00:00 but when 15 minutes has passed, it should show 01:45:00 but it show more than that like 01:48:00.