siddii / angular-timer

re-usable/inter-operable AngularJS timer directive ⛺
http://siddii.github.io/angular-timer/
MIT License
792 stars 938 forks source link

Refresh countdown? #200

Open vko-online opened 9 years ago

vko-online commented 9 years ago

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

Ross-Rawlins commented 9 years ago

did you resolve this? I am doing the same thing

OlympicLarry commented 8 years ago

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

OlympicLarry commented 8 years ago

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

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