Skip to content

Commit

Permalink
Merge pull request #5188 from beauby/patch-1
Browse files Browse the repository at this point in the history
Update scrollDelegate.js
  • Loading branch information
tlancina committed Feb 4, 2016
2 parents f57072c + 44100e7 commit 9dd27d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/angular/service/scrollDelegate.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
/**
Expand Down

0 comments on commit 9dd27d1

Please sign in to comment.