Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created June 9, 2017 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/d747783db034dffcec31a4a23e5427be to your computer and use it in GitHub Desktop.
Save matthieu-D/d747783db034dffcec31a4a23e5427be to your computer and use it in GitHub Desktop.
<ion-content>
<ion-refresher (ionRefresh)="refreshData($event)">
<ion-refresher-content
pullingIcon="arrow-dropdown"
pullingText="Pull to refresh"
refreshingSpinner="circles"
refreshingText="Refreshing...">
</ion-refresher-content>
</ion-refresher>
.
.
.
</ion-content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment