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

On timer tick is not exactly the same value

Open NetanelBasal opened this issue 10 years ago • 1 comments

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.

NetanelBasal avatar Jul 20 '15 12:07 NetanelBasal

Did you find any solution to it, as there are few machines running latest chrome and firefox which are facing such issues.

shreysaroch avatar Apr 13 '17 05:04 shreysaroch