Skip to content

Commit

Permalink
Step 4.2: Added the action to the button
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 28, 2016
1 parent a8e07d2 commit 03da560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/chats/chats.html
Expand Up @@ -17,7 +17,7 @@
<ion-content padding class="chats-page-content">
<ion-list class="chats">
<ion-item-sliding *ngFor="let chat of chats | async">
<button ion-item class="chat">
<button ion-item class="chat" (click)="showMessages(chat)">
<img class="chat-picture" [src]="chat.picture">

<div class="chat-info">
Expand Down

0 comments on commit 03da560

Please sign in to comment.