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 authored and DAB0mB committed Dec 16, 2016
1 parent fe83b47 commit 79014cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/imports/pages/chats/chats.component.html
Expand Up @@ -11,7 +11,7 @@

<ion-content class="chats-page-content">
<ion-list class="chats">
<button ion-item *ngFor="let chat of chats | async" class="chat">
<button ion-item *ngFor="let chat of chats | async" class="chat" (click)="showMessages(chat)">
<img class="chat-picture" [src]="chat.picture">

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

0 comments on commit 79014cc

Please sign in to comment.