Skip to content

Commit c2c0d32

Browse files
dotansimhadarkbasic
authored andcommitted
Step 12.18: Bind click event to sendLocation
1 parent dcb6be8 commit c2c0d32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/messages/messages-attachments.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="attachment-name">Camera</div>
1111
</button>
1212

13-
<button ion-item class="attachment attachment-location">
13+
<button ion-item class="attachment attachment-location" (click)="sendLocation()">
1414
<ion-icon name="locate" class="attachment-icon"></ion-icon>
1515
<div class="attachment-name">Location</div>
1616
</button>

0 commit comments

Comments
 (0)