Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
351 views

I'm trying to make a table in which there will be some kind of time counter for each row. i used "mat-progress-bar" with dynamic value, but i cant customise each timer for is correspondant ...
ivory uchiwa's user avatar
1 vote
1 answer
578 views

I am using angular. I have created custom stopwatch. I am managing the start/end button for each ngFor item. but not able to manage unique timer for each ngFor item. in the above image, I have ...
lakhan's user avatar
  • 263
3 votes
4 answers
11k views

I am using angular. I want to implement stopwatch. I have a list which consists of one or more objects. I have a start timer and end the timer button for each item. when I click on the start button ...
lakhan's user avatar
  • 263
0 votes
0 answers
127 views

I am trying to use timer with socket.io in angular js but its not working. I am able to send data from node server to client, also i am getting the alert properly but my timer is not working. Angular ...
Naddy's user avatar
  • 21
0 votes
2 answers
369 views

In one of my app, angular based application have written the user session time put if user gets idle for 10 minutes , gets the warning pop up in 5th minute and after 10 minutes , needs to logout. ...
Mohamed Sahir's user avatar
0 votes
0 answers
660 views

I use ng-repeat in uib-tabset and in each tab is timer. Each timer has a Start button so each timer can be started on some action. <uib-tabset active="activeTab"> <uib-tab ng-repeat="...
Kicker's user avatar
  • 606
0 votes
0 answers
41 views

Im trying to handle durationc calculation in my AngularJS app. If User logged In then it should show timer counting time in Hr and Mins. for example. User logged in since 15 minutes passed then UI ...
Zaid Mirza's user avatar
  • 3,741
0 votes
1 answer
3k views

I want to start timer when user click on recordLogs method and reset timer when user click on stopLogs method. According to angular-timer documentation we can use timer-stop and timer-clear method to ...
hussain's user avatar
  • 7,193
0 votes
1 answer
319 views

I have been trying to use the angular-timer, in my angularjs app, but I keep getting this error "TypeError: moment.locale is not a function". I added my scripts like so. please can someone help me ...
Chisimdi Damian Ezeanieto's user avatar
1 vote
3 answers
548 views

I am learning angular js now for that purpose i have written sample test application with angular Js using timer function init ... when ever i run the app in browser i am able to start the counter and ...
Glory Raj's user avatar
  • 17.7k
1 vote
0 answers
64 views

I have the following gulp code for gulp-cdnizer. I would like to ensure that angular-timer is working by specifying a test option as I did for angular in the example below. How can I specify the ...
Stalin Kay's user avatar
1 vote
1 answer
1k views

I was developing a simple stopwatch app using AngularJS + Angular Material + Electron, and somehow the data changes/watches were being delayed, until another UI interaction takes place (?) This had ...
Ralph Sto. Domingo's user avatar
2 votes
1 answer
49 views

I do this kind of all the time and I'm not too sure it works. If it does, How can I check? If it doesn't whats a better method of canceling a timeout after it's completed? var delay = $timeout(...
John Abraham's user avatar
  • 18.9k
2 votes
1 answer
846 views

I tried using angular-timer with webpack, es6 and the npm modules of moment and humanize-duration My implementation would be: import 'moment'; import 'humanize-duration'; import 'angular-timer'; And ...
Yves's user avatar
  • 1,156
1 vote
5 answers
2k views

I want a timer of 1 minute which should stop as soon as it reaches 1 minute and should call a function then. I am using angular-timer directive for this. The code I am using in html is <timer end-...
Neha Gupta's user avatar
  • 1,067

15 30 50 per page