chore(): use E2EApp as the class name for e2e apps

This commit is contained in:
Adam Bradley
2015-11-17 12:53:42 -06:00
parent cfa15b47ed
commit 1c7dcc25c4
13 changed files with 27 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ import {App, ActionSheet} from 'ionic/ionic';
@App({
templateUrl: 'main.html'
})
class IonicApp {
class E2EApp {
constructor(actionSheet: ActionSheet) {
this.actionSheet = actionSheet;