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 Jun 13, 2017
1 parent 6cf6af8 commit 31926e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/messages/messages-attachments.html
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 31926e4

Please sign in to comment.