Skip to content

Commit 1702f5c

Browse files
committed
fix(ionContent): Use new name to find ion-infinite-scroll element
1 parent ec4d7d2 commit 1702f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: js/ext/angular/src/directive/ionicContent.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ function($parse, $timeout, $ionicScrollDelegate, $controller, $ionicBind) {
138138
// Check if this supports infinite scrolling and listen for scroll events
139139
// to trigger the infinite scrolling
140140
// TODO(ajoslin): move functionality out of this function and make testable
141-
var infiniteScroll = $element.find('infinite-scroll');
141+
var infiniteScroll = $element.find('ion-infinite-scroll');
142142
var infiniteStarted = false;
143143
if(infiniteScroll) {
144144
// Parse infinite scroll distance

0 commit comments

Comments
 (0)