mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
Merge branch 'ion-infinite-component-fix' of https://github.com/thielCole/ionic
This commit is contained in:
@ -219,7 +219,7 @@ export class InfiniteScroll {
|
|||||||
@Output() ionInfinite: EventEmitter<InfiniteScroll> = new EventEmitter<InfiniteScroll>();
|
@Output() ionInfinite: EventEmitter<InfiniteScroll> = new EventEmitter<InfiniteScroll>();
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
@Host() private _content: Content,
|
private _content: Content,
|
||||||
private _zone: NgZone,
|
private _zone: NgZone,
|
||||||
private _elementRef: ElementRef,
|
private _elementRef: ElementRef,
|
||||||
private _dom: DomController
|
private _dom: DomController
|
||||||
|
Reference in New Issue
Block a user