Skip to content

Instantly share code, notes, and snippets.

@mir4ef
Last active June 30, 2016 11:45
Show Gist options
  • Save mir4ef/32a596eb6d50835c553d689efd04cd80 to your computer and use it in GitHub Desktop.
Save mir4ef/32a596eb6d50835c553d689efd04cd80 to your computer and use it in GitHub Desktop.
Calculate row number when using pagination
<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