docs(ionInfiniteScroll): improve explanation of infiniteScrollComplete event

This commit is contained in:
Andrew Joslin
2014-06-08 12:34:43 -04:00
parent d779346393
commit a5230749a7

View File

@@ -10,7 +10,9 @@
* the user gets to the bottom of the page or near the bottom of the page.
*
* The expression you pass in for `on-infinite` is called when the user scrolls
* greater than `distance` away from the bottom of the content.
* greater than `distance` away from the bottom of the content. Once `on-infinite`
* is done loading new data, it should broadcast the `scroll.infiniteScrollComplete`
* event from your controller (see below example).
*
* @param {expression} on-infinite What to call when the scroller reaches the
* bottom.