Skip to content

Commit

Permalink
style(module:table and pagination): modify the code annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
hllinc committed Nov 28, 2017
1 parent 9113fec commit 734abe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/pagination/nz-pagination.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export class NzPaginationComponent {
this._jumpPage(this._current + Math.round(pageSize / 2));
}

// page size changer select values.
/** page size changer select values */
@Input()
set nzPageSizeSelectorValues(value: any) {
if (value) {
Expand Down
2 changes: 1 addition & 1 deletion src/components/table/nz-table.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export class NzTableComponent implements AfterViewInit, OnInit {
@Input() nzShowFooter = false;
@Input() nzShowTitle = false;
@Input() nzIsPageIndexReset = true;
// page size changer select values.
/** page size changer select values */
@Input() nzPageSizeSelectorValues = [10, 20, 30, 40, 50];
@ContentChild('nzFixedHeader') fixedHeader: TemplateRef<any>;

Expand Down

0 comments on commit 734abe7

Please sign in to comment.