Skip to content

Commit c650223

Browse files
authored
Merge pull request #16 from iyilm4z/master
Bug fix for paginate pipe
2 parents 94e2723 + cd383a0 commit c650223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular/src/app/roles/roles.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2>
2929
</tr>
3030
</thead>
3131
<tbody>
32-
<tr *ngFor="let role of roles | paginate: { id: "server", itemsPerPage: pageSize, currentPage: pageNumber, totalItems: totalItems }">
32+
<tr *ngFor="let role of roles | paginate: { id: 'server', itemsPerPage: pageSize, currentPage: pageNumber, totalItems: totalItems }">
3333
<td>
3434
<button mat-icon-button [matMenuTriggerFor]="actionsMenu">
3535
<mat-icon>menu</mat-icon>

0 commit comments

Comments
 (0)