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.