[Resolved] Issue Beta.14: ion-infinite-scroll keep on calling the method of on-infinite

If you get digest in progress errors, try this instead:

$timeout(function() {
  $timeout(function() {
    $scope.$broadcast('scroll.infiniteScrollComplete');
  });
});
1 Like