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:
@ -10,7 +10,7 @@ import {ActionMenu} from 'ionic/components/action-menu/action-menu';
|
||||
templateUrl: 'main.html',
|
||||
directives: [Content]
|
||||
})
|
||||
export default class IonicApp {
|
||||
class IonicApp {
|
||||
|
||||
openMenu() {
|
||||
console.log('Opening ActionMenu')
|
||||
@ -41,3 +41,7 @@ export default class IonicApp {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export function main(ionicBootstrap) {
|
||||
ionicBootstrap(IonicApp);
|
||||
}
|
||||
|
Reference in New Issue
Block a user