Skip to content

Commit e41fb6c

Browse files
dotansimhadarkbasic
authored andcommitted
Step 7.37: Bind click event to showOptions method
1 parent 6ddddf9 commit e41fb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/chats/chats.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<button ion-button icon-only class="add-chat-button">
88
<ion-icon name="person-add"></ion-icon>
99
</button>
10-
<button ion-button icon-only class="options-button">
10+
<button ion-button icon-only class="options-button" (click)="showOptions()">
1111
<ion-icon name="more"></ion-icon>
1212
</button>
1313
</ion-buttons>

0 commit comments

Comments
 (0)