Angularjs periodical update

Anyone know about this? I found info but has not served me well. What I need to do is check every so often to a webservice, such as every 10 seconds.

Thanks :smile:

Up need to know more about it

http://www.w3schools.com/jsref/met_win_setinterval.asp

It really is as simple as that? Thanks Mike, as always helping! :smile:

Or for the Angularised equivalent https://docs.angularjs.org/api/ng/service/$interval

2 Likes