mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test updates
This commit is contained in:
@@ -15,7 +15,7 @@ import {NavController, NavParams, NavbarTemplate, Navbar} from 'ionic/ionic';
|
||||
templateUrl: 'main.html',
|
||||
directives: [Content, List, Item]
|
||||
})
|
||||
export default class IonicApp {
|
||||
class IonicApp {
|
||||
openModal() {
|
||||
console.log('Opening modal');
|
||||
Modal.open(ContactModal);
|
||||
@@ -118,3 +118,7 @@ export class ModalSecondPage {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export function main(ionicBootstrap) {
|
||||
ionicBootstrap(IonicApp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user