Timing Service in AngularJS
Recently I wrote a new post in the blog, you're welcomed to come check it out.
excerpt:
Every once in a while, I find myself in need of a timing mechanism. Something that will handle timing and scheduling, and allow me to hook with a custom functionality every interval.
Some uses can be, for example, a clock counting down or simply showing the time passing by, polling the server back-end for new data, etc. Basically, anything that needs to happen every given interval.