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:
Brandy Carney
2016-02-29 15:49:39 -05:00
parent 1bb51c2e26
commit 29d3bb1fcb
5 changed files with 41 additions and 42 deletions

View File

@ -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">' +