I am trying to implement infinite scroll however, it is not working. it keeps loading the same number of pages and doesn't load new pages. Id appreciate any help.
this is my controller :
$scope.getsomeinfo = function () {
$scope.isLoading = true;
$ionicLoading.show({
template: 'Loading ..'
});
info.getsomeinfo()
.then($scope.someinfo
, $scope.fjbfuirbf);
};
$scope. = function () {
var options = {};
= );
};
if I understand your code
this line
should be