first,my application have scroll refresher and side-menu
how to hide “pull to refresh…” text that show in the picture below and show only when i want to refresh the page
Here my code
<ion-content has-header="true">
<ion-refresher nf-if="blocking==false" on-refresh="RefreshPage()"
pulling-text="Pull to refresh..."
refreshing-text="Refreshing!"
refreshing-icon="ion-loading-c">
</ion-refresher>
already tried with and without has-header