Skip to content

Instantly share code, notes, and snippets.

@mphuget
Created October 9, 2019 07:19
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 mphuget/04ef58ddeb9da517c8ae3f9f531e088e to your computer and use it in GitHub Desktop.
Save mphuget/04ef58ddeb9da517c8ae3f9f531e088e to your computer and use it in GitHub Desktop.
home.page.html
<ion-list>
<ion-item-sliding #item>
<ion-item>
Laundry
</ion-item>
<ion-item-options side="start">
<button ion-button color="light">Done</button>
</ion-item-options>
<ion-item-options side="end">
<button ion-button color="light">Edit</button>
<button ion-button color="danger">Delete</button>
</ion-item-options>
</ion-item-sliding>
</ion-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment