fix(tabs): hide tab's navbar when a page comes without a navbar

Closes #5556
This commit is contained in:
Adam Bradley
2016-06-18 00:20:08 -05:00
parent cdb1f8503c
commit 2d680896e7
7 changed files with 26 additions and 25 deletions

View File

@ -420,6 +420,7 @@ export class Content extends Ion {
this._paddingBottom = 0;
this._headerHeight = 0;
this._footerHeight = 0;
this._tabbarOnTop = null;
let ele: HTMLElement = this._elementRef.nativeElement;
let parentEle: HTMLElement = ele.parentElement;