This commit is contained in:
Adam Bradley
2015-12-22 10:43:24 -06:00
parent e4628d8997
commit f409d6add7
4 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<ion-content padding>
<button class="e2eOpenAlert" (click)="doAlert()">Alert</button>
<button class="e2eOpenPrompt" (click)="doPrompt()">Prompt</button>
<button class="e2eOpenConfirm" (click)="doConfirm()">Confirm</button>
<pre>
Alert Opened: {{alertOpen}}
Prompt Opened: {{promptOpen}}
Prompt Result: {{promptResult}}
Confirm Opened: {{confirmOpen}}
Confirm Result: {{confirmResult}}
</pre>
</ion-content>
<ion-overlay></ion-overlay>