From 44100e7846841cc0c45a7d4073d2f4677999d390 Mon Sep 17 00:00:00 2001 From: Lucas Hosseini Date: Mon, 25 Jan 2016 18:48:11 +0100 Subject: [PATCH] Update scrollDelegate.js C.f. https://github.com/driftyco/ionic/blob/master/js/views/scrollView.js#L1486 --- js/angular/service/scrollDelegate.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/angular/service/scrollDelegate.js b/js/angular/service/scrollDelegate.js index e863ad95c37..5cbf2ca7f25 100644 --- a/js/angular/service/scrollDelegate.js +++ b/js/angular/service/scrollDelegate.js @@ -117,6 +117,7 @@ IonicModule * @returns {object} The scroll position of this view, with the following properties: * - `{number}` `left` The distance the user has scrolled from the left (starts at 0). * - `{number}` `top` The distance the user has scrolled from the top (starts at 0). + * - `{number}` `zoom` The current zoom level. */ 'getScrollPosition', /**