Skip to content

Commit 967e0b2

Browse files
dotansimhadarkbasic
authored andcommitted
Step 12.11: Bind click event to showAttachments
1 parent 3194ac2 commit 967e0b2

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
@@ -7,7 +7,7 @@
77
<ion-title class="chat-title">{{title}}</ion-title>
88

99
<ion-buttons end>
10-
<button ion-button icon-only class="attach-button"><ion-icon name="attach"></ion-icon></button>
10+
<button ion-button icon-only class="attach-button" (click)="showAttachments()"><ion-icon name="attach"></ion-icon></button>
1111
<button ion-button icon-only class="options-button" (click)="showOptions()"><ion-icon name="more"></ion-icon></button>
1212
</ion-buttons>
1313
</ion-navbar>

0 commit comments

Comments
 (0)