feat(menu): enable/disable side menus

This commit is contained in:
Adam Bradley
2015-10-31 14:41:27 -05:00
parent b364017ff2
commit 2c270b3722
5 changed files with 124 additions and 4 deletions

View File

@ -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 {