Skip to content

Commit

Permalink
Step 5.36: Added event handler
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Feb 26, 2017
1 parent 26f63c7 commit 6086ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/chats/chats.html
Expand Up @@ -7,7 +7,7 @@
<button ion-button icon-only class="add-chat-button">
<ion-icon name="person-add"></ion-icon>
</button>
<button ion-button icon-only class="options-button">
<button ion-button icon-only class="options-button" (click)="showOptions()">
<ion-icon name="more"></ion-icon>
</button>
</ion-buttons>
Expand Down

0 comments on commit 6086ac5

Please sign in to comment.