Skip to content

Commit 7bf7082

Browse files
committed
desc for getRangeLabel
1 parent 142aa87 commit 7bf7082

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/paginator/paginator-intl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export class MdPaginatorIntl {
2323
/** A label for the button that decrements the current page. */
2424
previousPageLabel = 'Previous page';
2525

26+
/** A label for the range of items within the current page and the length of the whole list. */
2627
getRangeLabel(currentPage: number, pageSize: number, listLength: number) {
2728
if (listLength == 0 || pageSize == 0) { return `0 of ${listLength}`; }
2829

0 commit comments

Comments
 (0)