fix(scroll): fix content dimensions for js scrolling

This commit is contained in:
Adam Bradley
2016-12-09 21:06:22 -06:00
parent 0e081583a8
commit c510100ca1
3 changed files with 35 additions and 37 deletions

View File

@@ -450,7 +450,7 @@ export class Content extends Ion implements OnDestroy, OnInit {
* @private
*/
enableJsScroll() {
this._scroll.enableJsScroll(this.contentTop, this.contentBottom);
this._scroll.enableJsScroll(this._cTop, this._cBottom);
}
/**