angularUtils icon indicating copy to clipboard operation
angularUtils copied to clipboard

To get current page values

Open mohammedibrahimlj opened this issue 8 years ago • 2 comments

Hi, thanks for contributing!

This project is maintained in my spare time, so in order to help me address your issue as quickly as possible, please provide as much of the following information as you can:

  • Title: Please indicate the module in question, e.g. "dirPagination: X is broken when Y"
  • If reporting on dirPagination, please include the version you are using (can be found in the package.json / bower.json file)
  • If you are able to reproduce your issue on Plunker, this will vastly increase the chances of a rapid response from me.

-- Michael

======= (Delete the above. Fill in the rest as applicable)

Description of issue:

Steps to reproduce:

Expected result:

Actual result:

Demo: (for dirPagination, fork and modify this Plunk: http://plnkr.co/edit/b37IdFFJUokaeSummETX?p=preview)

Any relevant code:


mohammedibrahimlj avatar Feb 10 '17 11:02 mohammedibrahimlj

Hi, How to get current pages values using pagination??

mohammedibrahimlj avatar Feb 10 '17 11:02 mohammedibrahimlj

current-page (optional) Specify a property on your controller's $scope that will be bound to the current page of the pagination. If this is not specified, the directive will automatically create a property named __default__currentPage and use that instead.

<ANY
    dir-paginate="expression | itemsPerPage: (int|expression) [: paginationId (string literal)]"
    [current-page=""]
    [pagination-id=""]
    [total-items=""]>
    ...
</ANY>

lucas-barros avatar Feb 10 '17 14:02 lucas-barros