mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
refactor(infinite-scroll): rename the elements to include the word scroll
update API docs & rename endLoading function to complete. references #5415
This commit is contained in:
@ -22,7 +22,7 @@ class E2EApp {
|
||||
}
|
||||
|
||||
console.log('Finished receiving data, async operation complete');
|
||||
infiniteScroll.endLoading();
|
||||
infiniteScroll.complete();
|
||||
|
||||
if (this.items.length > 90) {
|
||||
infiniteScroll.enable(false);
|
||||
|
Reference in New Issue
Block a user