remove alert

This commit is contained in:
Adam Bradley
2015-07-23 14:28:33 -05:00
parent 7e047a7435
commit 4606bee4cb
11 changed files with 16 additions and 206 deletions

View File

@@ -1,17 +0,0 @@
import {App, Alert} from 'ionic/ionic';
@App({
templateUrl: 'main.html'
})
class IonicApp {
constructor(alert: Alert) {
this.alert = alert;
}
showAlert() {
this.alert.open({
});
}
}

View File

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