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.
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.
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.