angular-timer
angular-timer copied to clipboard
On timer tick is not exactly the same value
I have this code:
<timer interval="1000" countdown="25"
>{{countdown}}
</timer>
When i console log the data on the event timer-tick, the data is not the same exactly as the countdown variable, there is an overlap of a second, and sometimes more.
Did you find any solution to it, as there are few machines running latest chrome and firefox which are facing such issues.