Skip to content

Commit 011b5c9

Browse files
dotansimhadarkbasic
authored andcommitted
Step 9.9: Bind showOptions to messages options button
1 parent 10d73b1 commit 011b5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/messages/messages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ion-buttons end>
1010
<button ion-button icon-only class="attach-button"><ion-icon name="attach"></ion-icon></button>
11-
<button ion-button icon-only class="options-button"><ion-icon name="more"></ion-icon></button>
11+
<button ion-button icon-only class="options-button" (click)="showOptions()"><ion-icon name="more"></ion-icon></button>
1212
</ion-buttons>
1313
</ion-navbar>
1414
</ion-header>

0 commit comments

Comments
 (0)