Reload Ionic View


Reload Ionic View : In ionic views are cached to provide the good performance to the users. Sometimes we need to reload the views. Here in this tutorial we are going to explain how you can reload the views in ionic framework.


Reload Ionic View

You can avoid the view cache using the followings ways –

  • Disable ion-view cache using the following method –
    <ion-view cache-view="false" view-title="Title"></ion-view>

    This will disable view cache.

  • If you want to refresh the view use ion-refresher – http://tutorialsplane.com/ionic-ion-refresher/

The above method will help you in disabling view cache and reloading it for updated content.


Advertisements

Add Comment

📖 Read More