Last active
June 30, 2016 11:45
-
-
Save mir4ef/32a596eb6d50835c553d689efd04cd80 to your computer and use it in GitHub Desktop.
Calculate row number when using pagination
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<td ng-bind="(($index + 1) + (paginationOptions.currentPage - 1) * paginationOptions.itemsPerPage)"></td> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment