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

Refresh countdown?

Open nzmedet opened this issue 10 years ago • 3 comments

I have a dynamic countdown, it refreshes sometimes, and i'm using function to get timer countdown value, so my question: is there any timer refresher api some kinda? regards

nzmedet avatar Jul 10 '15 10:07 nzmedet

did you resolve this? I am doing the same thing

Ross-Rawlins avatar Oct 30 '15 11:10 Ross-Rawlins

$scope.$broadcast('timer-set-countdown', newValue);

OlympicLarry avatar Jul 05 '16 18:07 OlympicLarry

sorry, change that to $scope.$broadcast('timer-set-countdown-seconds', newValue);

the previous one does not update the hours,minutes,seconds values for displaying

OlympicLarry avatar Jul 05 '16 19:07 OlympicLarry