Skip to content

Commit

Permalink
fix(package): added material ripple to the contacts row
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Mar 23, 2019
1 parent aab4c82 commit 24da248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/components/contacts/mat-contacts.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</ng-container>

<mat-header-row *matHeaderRowDef="contactsDisplayedColumns"></mat-header-row>
<mat-row *matRowDef="let row; columns: contactsDisplayedColumns;"
<mat-row *matRowDef="let row; columns: contactsDisplayedColumns; matRipple"
(click)="select(row)">
</mat-row>
</mat-table>
Expand Down

0 comments on commit 24da248

Please sign in to comment.