Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created June 9, 2017 22:25
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/209948eff621a3833c99c5a89be4f2ad to your computer and use it in GitHub Desktop.
Save matthieu-D/209948eff621a3833c99c5a89be4f2ad to your computer and use it in GitHub Desktop.
<ion-header>
<ion-navbar>
<ion-title>New Task</ion-title>
<ion-buttons end>
<button ion-button [attr.icon-only]="!isAndroid ? null : ''" (click)="cancel()">
<span color="primary" showWhen="ios">
Cancel
</span>
<ion-icon name="md-close" showWhen="core,android,windows"></ion-icon>
</button>
</ion-buttons>
</ion-navbar>
</ion-header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment