Skip to content

Commit

Permalink
Step 12.18: Bind click event to sendLocation
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Oct 16, 2017
1 parent dcb6be8 commit c2c0d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/messages/messages-attachments.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="attachment-name">Camera</div>
</button>

<button ion-item class="attachment attachment-location">
<button ion-item class="attachment attachment-location" (click)="sendLocation()">
<ion-icon name="locate" class="attachment-icon"></ion-icon>
<div class="attachment-name">Location</div>
</button>
Expand Down

0 comments on commit c2c0d32

Please sign in to comment.