fix(menu): content's box-shadow

This commit is contained in:
Manu Mtz.-Almeida
2018-08-07 21:23:35 +02:00
parent 9773e2a3b3
commit 48e2a4e2ca
4 changed files with 20 additions and 25 deletions

View File

@ -7,7 +7,8 @@ import { menuPushAnimation } from './animations/push';
import { menuRevealAnimation } from './animations/reveal';
@Component({
tag: 'ion-menu-controller'
tag: 'ion-menu-controller',
styleUrl: 'menu-controller.scss'
})
export class MenuController {
private menus: Menu[] = [];