fix(content): set footer height to 0 so it won't be undefined

This commit is contained in:
Brandy Carney
2016-06-24 15:29:06 -04:00
parent 47e09a13f7
commit 3db67f90fb
2 changed files with 7 additions and 0 deletions

View File

@ -456,6 +456,7 @@ export class Content extends Ion {
this._paddingBottom = 0;
this._paddingLeft = 0;
this._headerHeight = 0;
this._footerHeight = 0;
this._tabbarPlacement = null;
let ele: HTMLElement = this._elementRef.nativeElement;