angular-timer
angular-timer copied to clipboard
re-usable/inter-operable AngularJS timer directive ⛺
I see the other problems about the finish-callback and my question, someone could solve the problem? please! `{{minutes}} minutes, {{seconds}} seconds. ` not found... $scope.finished = function(){ console.log("hello"); } not...
`momentjs` version > 2.11.2 have a security issue, see https://github.com/moment/moment/issues/2936. So the upgrade is required!
I have an angular4 component when the page loads it shows the total visitors count increasing on the page. How to communicate dynamic pass by using this plugin **app.component.ts** `import...
` {{days}} days, {{hours}} hours, {{minutes}} minutes, {{seconds}} seconds` `$scope.endDate = (new Date(2017, 11, 12, 0, 0, 1)).getTime();` End date is supposed to be December 12,2017 at 1 second after...
With the latest version (v1.3.5), calling `reset` on a countdown timer doesn't automatically render the updated countdown time. I've wrapped `setCountdownSeconds` in an `$scope.$apply` and added to `tick` to get...
When using the timer in an ng-repeat, $scope.$broadcast('timer-rest') resets all timers available in the scope.
The modulus of "adjustment" needs to be adjustable (heh heh) or flexible for
Hello, I'm trying to use end-time countdown. It's showing NaN when I use different time. For example: 1) 1442241906000 -> This shows NaN 2) 1451628000000 -> This is working. This...
Needed functionality for the project I'm working on to be able to get the time in the timer to sync up timers on multiple displays via web sockets.
Hi, I was wondering if it was possible to implement a structure that allows you to select a specific time range from a drop down menu with the option to...