fix(item): improve open/close logic, update demos

This commit is contained in:
Manu Mtz.-Almeida
2016-06-12 03:07:08 +02:00
committed by Adam Bradley
parent 0660cb6b4a
commit db9fa7ead3
6 changed files with 163 additions and 131 deletions

View File

@ -366,7 +366,7 @@ export class Menu extends Ion {
/**
* @private
*/
bdClick(ev) {
bdClick(ev: Event) {
console.debug('backdrop clicked');
ev.preventDefault();
ev.stopPropagation();