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:
@ -10,7 +10,7 @@ import {Spinner} from '../spinner/spinner';
|
||||
* @private
|
||||
*/
|
||||
@Component({
|
||||
selector: 'ion-infinite-content',
|
||||
selector: 'ion-infinite-scroll-content',
|
||||
template:
|
||||
'<div class="infinite-loading">' +
|
||||
'<div class="infinite-loading-spinner" *ngIf="loadingSpinner">' +
|
||||
|
Reference in New Issue
Block a user