angular-paginate-anything icon indicating copy to clipboard operation
angular-paginate-anything copied to clipboard

À la carte server-side pagination

Results 15 angular-paginate-anything issues
Sort by recently updated
recently updated
newest added

I'm currently using v4.2.0 via a Github URL in my package.json, because v4.2.0 is not yet on NPM. I'd love to avoid having to pull this package from Github. Any...

not working with post methods, I have set the method to post and also added post data but the request is still going as GET

There doesn't appear to be a way to differentiate between paginated elements on the same page when responding to their emitted events, ie. pagination:loadPage. I suggest adding an additional required...

I have the following error now with Angular 1.3.15 and 1.4.1, any idea what is wrong? ``` Error: [$parse:ueoe] Unexpected end of expression: gotoPage(page http://errors.angularjs.org/1.4.1/$parse/ueoe?p0=gotoPage(page at REGEX_STRING_REGEXP (http://localhost:53875/bower_components/angular/angular.js:68:12) at Object.AST.consume...

Please see https://github.com/begriffs/clean_pagination/issues/7 We think issue is on AngularSide, not in ruby side.

" .... " Pagination works great. However i wanted to access gqs (collection) via $scope.gqs in paginationController when i click a button. unfortunately console.log($scope.gqs) said "undefined" I make sure that...

I was trying your example through [http://begriffs.github.io/angular-paginate-anything/?page=12&perPage=5](your example). If you will check when you will change Per Page from default 5 to any other number 10,25,50,100 OR 250 it is...

It is very easy ( console.log config.headers.Range return unless vm.usersObject # on first load it is empty vm.users = vm.usersObject.map (userObject) -> new User userObject console.log vm.usersObject[0].id ``` I tried...

Hi, I want to remove perPage params in URL, im using perPage but i dont want to use in URL. Thanks.