mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user