Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created June 14, 2017 13:57
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/9cd2e682afe64b5492e6e049104ce579 to your computer and use it in GitHub Desktop.
Save matthieu-D/9cd2e682afe64b5492e6e049104ce579 to your computer and use it in GitHub Desktop.
<ion-refresher (ionRefresh)="refreshData($event)">
<ion-refresher-content
pullingIcon="arrow-dropdown"
pullingText="Pull to refresh"
refreshingSpinner="circles"
refreshingText="Refreshing...">
</ion-refresher-content>
</ion-refresher>
<button ion-button color="danger" (click)="callBackEnd()">Call Custom REST API</button>
.
.
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment