From a5230749a780ca6754d22b7b138f04332f93cf46 Mon Sep 17 00:00:00 2001 From: Andrew Joslin Date: Sun, 8 Jun 2014 12:34:43 -0400 Subject: [PATCH] docs(ionInfiniteScroll): improve explanation of infiniteScrollComplete event --- js/angular/directive/infiniteScroll.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/angular/directive/infiniteScroll.js b/js/angular/directive/infiniteScroll.js index 05c0ff5c65..1fd8b285ac 100644 --- a/js/angular/directive/infiniteScroll.js +++ b/js/angular/directive/infiniteScroll.js @@ -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.