fix(menu): getBackdropElement

references #7125
This commit is contained in:
Manu Mtz.-Almeida
2016-07-02 17:30:37 +02:00
parent 01c7c1ada7
commit cac1d4f961
2 changed files with 7 additions and 3 deletions

View File

@ -614,7 +614,7 @@ export class Menu extends Ion {
* @private
*/
getBackdropElement(): HTMLElement {
return this.backdrop.elementRef.nativeElement;
return this.backdrop.getNativeElement();
}
/**