Open vko-online opened 9 years ago
did you resolve this? I am doing the same thing
$scope.$broadcast('timer-set-countdown', newValue);
sorry, change that to $scope.$broadcast('timer-set-countdown-seconds', newValue);
the previous one does not update the hours,minutes,seconds values for displaying
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