mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(ionInfiniteScroll): improve explanation of infiniteScrollComplete event
This commit is contained in:
4
js/angular/directive/infiniteScroll.js
vendored
4
js/angular/directive/infiniteScroll.js
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user