We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94dbf4d commit d7eca11Copy full SHA for d7eca11
src/features/pagination/templates/pagination.html
@@ -38,6 +38,7 @@
38
ng-model="grid.options.paginationCurrentPage"
39
min="1"
40
max="{{ paginationApi.getTotalPages() }}"
41
+ step="1"
42
required />
43
<span
44
class="ui-grid-pager-max-pages-number"
0 commit comments