Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Step 6.2: Bind that method
  • Loading branch information
dotansimha authored and DAB0mB committed Feb 26, 2017
1 parent e1f2966 commit 80dcd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/chats/chats.html
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 80dcd83

Please sign in to comment.