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 the attributes in defaultParams are correct (in the second call), so something like:
could be a webservice problem?
Are you sure that /someinfo/info work as you intended?