Skip to content

Commit

Permalink
fix(ionContent): Use new name to find ion-infinite-scroll element
Browse files Browse the repository at this point in the history
  • Loading branch information
deflomu committed Feb 25, 2014
1 parent ec4d7d2 commit 1702f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ext/angular/src/directive/ionicContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function($parse, $timeout, $ionicScrollDelegate, $controller, $ionicBind) {
// Check if this supports infinite scrolling and listen for scroll events
// to trigger the infinite scrolling
// TODO(ajoslin): move functionality out of this function and make testable
var infiniteScroll = $element.find('infinite-scroll');
var infiniteScroll = $element.find('ion-infinite-scroll');
var infiniteStarted = false;
if(infiniteScroll) {
// Parse infinite scroll distance
Expand Down

0 comments on commit 1702f5c

Please sign in to comment.