It might help too http://www.code-sample.com/2014/12/countdown-watch-timer-in-angularjs.html
Thank you!!! ---------------------------------------------------------------------------------------- On Wednesday, March 13, 2013 4:11:53 AM UTC+5:30, Victor Hooi wrote: > > Hi, > > I'm hoping to implement a countdown timer in my app similar to the one > here: > > http://keith-wood.name/countdown.html > > What is the recommended way to achieve this in Angular.js? > > I did see this SO question on the topic. > > > http://stackoverflow.com/questions/12050268/angularjs-make-a-simple-countdown > > Where they seem to recommend using onTimeout() > > This is the same as $timeout? (http://docs.angularjs.org/api/ng.$timeout) > > Is this the best practice way of doing it? > > Say I wanted milliseconds on my countdown, I would just change the delay - > however, are there any issues like flickering or app performance that I > should be aware of? > > Cheers, > Victor > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
