Skip to content

Commit

Permalink
Step 8.8: Bind click event to new chat modal
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Oct 16, 2017
1 parent 0dcfa86 commit 05b290a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/chats/chats.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Chats
</ion-title>
<ion-buttons end>
<button ion-button icon-only class="add-chat-button">
<button ion-button icon-only class="add-chat-button" (click)="addChat()">
<ion-icon name="person-add"></ion-icon>
</button>
<button ion-button icon-only class="options-button" (click)="showOptions()">
Expand Down

0 comments on commit 05b290a

Please sign in to comment.