We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921432a commit 5bd655bCopy full SHA for 5bd655b
src/lib/paginator/paginator.html
@@ -20,7 +20,7 @@
20
{{_intl.getRangeLabel(pageIndex, pageSize, length)}}
21
</div>
22
23
-<button md-icon-button
+<button md-icon-button type="button"
24
class="mat-paginator-navigation-previous"
25
(click)="previousPage()"
26
[attr.aria-label]="_intl.previousPageLabel"
@@ -29,7 +29,7 @@
29
[disabled]="!hasPreviousPage()">
30
<div class="mat-paginator-increment"></div>
31
</button>
32
33
class="mat-paginator-navigation-next"
34
(click)="nextPage()"
35
[attr.aria-label]="_intl.nextPageLabel"
0 commit comments