Files
Adam Bradley c136d2143a alert wip
2015-12-23 23:11:40 -06:00

21 lines
536 B
HTML

<ion-navbar *navbar>
<ion-title>Alerts</ion-title>
</ion-navbar>
<ion-content padding>
<button class="e2eOpenAlert" (click)="doAlert()">Alert</button>
<button class="e2eOpenConfirm" (click)="doConfirm()">Confirm</button>
<button class="e2eOpenPrompt" (click)="doPrompt()">Prompt</button>
<pre>
Alert Opened: {{testAlertOpen}}
Confirm Opened: {{testConfirmOpen}}
Confirm Result: {{testConfirmResult}}
Prompt Opened: {{testPromptOpen}}
Prompt Result: {{testPromptResult | json}}
</pre>
</ion-content>