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, Thanks for the work, angular-timer is a smart way to implement a timer/countdown. In case of multiple timer in a page/controller (one global and others intermediates),how can we start/pause/resume/stop...

FYI: since the library got upgraded to https://github.com/siddii/angular-timer/releases/tag/v1.3.5 in my project, the directive stopped responding to aforementioned events when `autoplay` was set to `false`. I wasn't able to dig into...

``` $ bower install angular-timer --save bower angular-timer#* cached https://github.com/siddii/angular-timer.git#1.3.4 bower angular-timer#* validate 1.3.4 against https://github.com/siddii/angular-timer.git#* bower moment#~2.9.0 cached https://github.com/moment/moment.git#2.9.0 bower moment#~2.9.0 validate 2.9.0 against https://github.com/moment/moment.git#~2.9.0 bower humanize-duration#~2.8.0 cached https://github.com/EvanHahn/HumanizeDuration.js.git#2.8.0...

I want to use it for my mobile app which i am developing in ionic 2 which is same as angular 2.So i couldn't understand how to use.......

I have a website that displays a list of items. Each item need has a countdown. I'm experiencing some performance issues when trying to using it on the mobile devices....

Hi I have more then 20 timers in a page and all are dynamic and I want to add ore move seconds dynamically so is their any option broadcast addCDSeconds...

Hello good afternoon, someone could give me a help with angular-timer module please I `.` as achieving countdown begins descending

how do i dynamically bind $scope variable to start-time attribute as a value My HTML Code: [div id="timer" class="container-fluid pad0 {{disTimer}}" ng-if="page !='init'"] [div class="timerBlock"] [strong][timer autostart="false" start-time="{{startTimerVal}}"]{{minutes}}:{{seconds}}[/timer][/strong]  mins over [/div]...

Please declare dependencies as momentjs and humanize duration libraries

Hi there! When i use ordinary countdown all works ok, but when i try to use minuteUnit, it shows undefined 0. Humanize-duration and moment are already installed and loaded in...