Skip to content

Commit 6f6a8a8

Browse files
dotansimhadarkbasic
authored andcommitted
Step 13.9: Bind click event for sendPicture
1 parent fd56e13 commit 6f6a8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/messages/messages-attachments.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<ion-content class="messages-attachments-page-content">
22
<ion-list class="attachments">
3-
<button ion-item class="attachment attachment-gallery">
3+
<button ion-item class="attachment attachment-gallery" (click)="sendPicture()">
44
<ion-icon name="images" class="attachment-icon"></ion-icon>
55
<div class="attachment-name">Gallery</div>
66
</button>

0 commit comments

Comments
 (0)