fix(components): add a mode agnostic css class (#9133)

Fixes #8545
This commit is contained in:
Alan
2016-11-14 13:50:01 -05:00
committed by Brandy Carney
parent d3ef28d3ec
commit 025c5cc646
30 changed files with 148 additions and 186 deletions

View File

@ -165,9 +165,7 @@ export class Content extends Ion {
@Optional() viewCtrl: ViewController,
@Optional() public _tabs: Tabs
) {
super(config, elementRef, renderer);
this._setMode('content', config.get('mode'));
super(config, elementRef, renderer, 'content');
this._sbPadding = config.getBoolean('statusbarPadding', false);