test(bootstrap): update to use ionicBootstrap

This commit is contained in:
Adam Bradley
2016-05-31 15:49:12 -05:00
parent 94e938d6b3
commit 6e9087534d
114 changed files with 901 additions and 800 deletions

View File

@@ -1,11 +1,14 @@
import {App} from '../../../../../src';
import {Component} from '@angular/core';
import {ionicBootstrap} from '../../../../../src';
@App({
@Component({
templateUrl: 'main.html'
})
class MyApp {
class E2EApp {
doRefresh() {
console.log('DOREFRESH')
}
}
ionicBootstrap(E2EApp);