mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
docs(demos): menu should be enabled when section loads
This commit is contained in:
@ -7,7 +7,9 @@ import * as helpers from '../../helpers';
|
||||
directives: [forwardRef(() => helpers.AndroidAttribute)]
|
||||
})
|
||||
export class BasicPage{
|
||||
constructor() {
|
||||
constructor(app: IonicApp) {
|
||||
this.app = app;
|
||||
this.app.getComponent('leftMenu').enable(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user