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

re-usable/inter-operable AngularJS timer directive ⛺

Results 101 angular-timer issues
Sort by recently updated
recently updated
newest added

Hi people!, i have a ng-repeat directive where each row has a timer like this (Jade): ``` timer(ng-attr-id='{{travel._id}}', autostart='travel.departed', interval='1000', countdown='travel.googleDuration - currentTimes[travel._id]') {{hours}} hs, {{minutes}} min, {{seconds}} seg. ```...

Is it possible to dynamically set "autostart" attribute using ng-attr? For example: `{{hhours}}:{{mminutes}}:{{sseconds}}` In my case, it won't autostart even when the evaluation is true. Is there anything else I...

I have loaded the `angular-timer.min.js`. I have got a `` and `$scope.$broadcast('timer-start');` in my controller, hoping to start it, but nothing shows up... Have I missed something?

I found this in method written in code base but did not see any documentation. Added so another developer won't spend time debugging it.

Hi, Repo use bootstrap from version 2.3.1 whic his vulnerable to CSS: npmjs.com/advisories/891 If bootstrap package is really in use, it should be upgraded, if not, removed. Thanks!

I use requirejs for loading my module. In requirejs, I add below code: ``` require.config({ baseUrl: 'libs'. paths: { 'angular': 'path/to/angular', 'angular-timer': 'angular-timer/dist/angular-timer.min', 'humanize-duration': 'path/to/humanize', 'moment': 'path/to/moment' }, shim: {...

Hi, I'm using the angular-timer for countdown to a specific time. But unfortunately when the windows is inactive (another window overlays the browser window), the timer doesn't work correct anymore....

Angular-Timer is a great addition for my app but I"m having an issue when trying to change the background color of a table cell when seconds reach a value greater...

I have developed an application in angular 1 in which I have used this plugin for the timer. But I need to implement the same application in angular 2 or...