angular-timer
angular-timer copied to clipboard
Internet explore issue
I'm trying to implement the angular-timer directive as an auction countdown. It works fine on all major browsers except for IE and Edge. The remaining time is 15 seconds less that the real countdown.
e.g.
4h, 10m, 20 sec
is correctly displayed on all other browsers, while in IE the countdown is
4h, 10m, 5 sec.
Is there any way to solve this ?
Thanks