mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
:derp:
This commit is contained in:
@ -35,9 +35,7 @@ export class Content extends Ion {
|
|||||||
* @param {ElementRef} elementRef A reference to the component's DOM element.
|
* @param {ElementRef} elementRef A reference to the component's DOM element.
|
||||||
* @param {Config} config The config object to change content's default settings.
|
* @param {Config} config The config object to change content's default settings.
|
||||||
*/
|
*/
|
||||||
constructor(elementRef: ElementRef, config: Config, keyboard: Keyboard,
|
constructor(elementRef: ElementRef, config: Config, keyboard: Keyboard, @Optional() viewCtrl: ViewController, private _zone: NgZone) {
|
||||||
@Optional() viewCtrl: ViewController) {
|
|
||||||
private _zone: NgZone) {
|
|
||||||
super(elementRef, config);
|
super(elementRef, config);
|
||||||
this.scrollPadding = 0;
|
this.scrollPadding = 0;
|
||||||
this.keyboard = keyboard;
|
this.keyboard = keyboard;
|
||||||
|
Reference in New Issue
Block a user