mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
feat(menu): enable/disable side menus
This commit is contained in:
@ -16,7 +16,8 @@ import {Navbar} from '../nav-bar/nav-bar';
|
||||
],
|
||||
host: {
|
||||
'(click)': 'toggle()',
|
||||
'[hidden]': 'isHidden'
|
||||
'[hidden]': 'isHidden',
|
||||
'menu-toggle': '' //ensures the attr is there for css when using [menu-toggle]
|
||||
}
|
||||
})
|
||||
export class MenuToggle extends Ion {
|
||||
|
Reference in New Issue
Block a user