Refresh screen periodically
Posted: Wed Dec 26, 2018 7:59 pm
by Pasteur Miranda
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.
Refresh screen periodically
Posted: Thu Dec 27, 2018 3:58 pm
by Serhii Kulibaba
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.