This commit is contained in:
Max Lynch
2015-04-30 12:02:01 -05:00
parent 300c6f2cb8
commit 77838300b7
9 changed files with 13395 additions and 76 deletions

View File

@@ -1,4 +1,8 @@
<ion-view>
<button (click)="showAlert()">Alert</button>
<!--
<ion-alert>
<ion-alert>
</ion-alert>
</ion-alert>
-->
</ion-view>

View File

@@ -11,6 +11,12 @@ class IonicApp {
constructor() {
console.log('IonicApp Start')
}
showAlert() {
console.log('Show alert');
Alert.open({
});
}
}
bootstrap(IonicApp)