mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
test updates
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user