test updates

This commit is contained in:
Adam Bradley
2015-06-19 15:57:35 -05:00
parent 92919c6e48
commit f1a61cb4d5
45 changed files with 215 additions and 88 deletions

View File

@ -4,7 +4,10 @@ import {View} from 'angular2/src/core/annotations_impl/view';
@Component({ selector: 'ion-view' })
@View({
templateUrl: 'main.html',
directives: []
templateUrl: 'main.html'
})
export default class IonicApp {}
class IonicApp {}
export function main(ionicBootstrap) {
ionicBootstrap(IonicApp);
}

View File

@ -4,7 +4,10 @@ import {View} from 'angular2/src/core/annotations_impl/view';
@Component({ selector: 'ion-view' })
@View({
templateUrl: 'main.html',
directives: []
templateUrl: 'main.html'
})
export default class IonicApp {}
class IonicApp {}
export function main(ionicBootstrap) {
ionicBootstrap(IonicApp);
}

View File

@ -4,7 +4,10 @@ import {View} from 'angular2/src/core/annotations_impl/view';
@Component({ selector: 'ion-view' })
@View({
templateUrl: 'main.html',
directives: []
templateUrl: 'main.html'
})
export default class IonicApp {}
class IonicApp {}
export function main(ionicBootstrap) {
ionicBootstrap(IonicApp);
}

View File

@ -4,7 +4,10 @@ import {View} from 'angular2/src/core/annotations_impl/view';
@Component({ selector: 'ion-view' })
@View({
templateUrl: 'main.html',
directives: []
templateUrl: 'main.html'
})
export default class IonicApp {}
class IonicApp {}
export function main(ionicBootstrap) {
ionicBootstrap(IonicApp);
}

View File

@ -4,7 +4,10 @@ import {View} from 'angular2/src/core/annotations_impl/view';
@Component({ selector: 'ion-view' })
@View({
templateUrl: 'main.html',
directives: []
templateUrl: 'main.html'
})
export default class IonicApp {}
class IonicApp {}
export function main(ionicBootstrap) {
ionicBootstrap(IonicApp);
}

View File

@ -4,7 +4,10 @@ import {View} from 'angular2/src/core/annotations_impl/view';
@Component({ selector: 'ion-view' })
@View({
templateUrl: 'main.html',
directives: []
templateUrl: 'main.html'
})
export default class IonicApp {}
class IonicApp {}
export function main(ionicBootstrap) {
ionicBootstrap(IonicApp);
}

View File

@ -4,7 +4,10 @@ import {View} from 'angular2/src/core/annotations_impl/view';
@Component({ selector: 'ion-view' })
@View({
templateUrl: 'main.html',
directives: []
templateUrl: 'main.html'
})
export default class IonicApp {}
class IonicApp {}
export function main(ionicBootstrap) {
ionicBootstrap(IonicApp);
}