Pasteur Miranda
Posts: 0
Joined: Thu Aug 01, 2013 2:59 am

Refresh screen periodically

Hi,

Code: Select all

Is there any way in AngularJS/Ionic to refresh the screen periodically (that is, periodically reload the screen/page in order to update information)? I have a dashboard that needs to be updated periodically, 

   Thanks a lot.
Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Refresh screen periodically

Hello Pasteur,

One of the best Angular.js (Ionic) features is data binding, which allows you to refresh the page without reloading the page. You just need to run the request again to recalculate all values, and AngularJS will replace all old values with new values.

Return to “Issues”