Skip to content

Commit

Permalink
Step 12.7: Bind click event for sendPicture
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Feb 13, 2017
1 parent 46cd93f commit 40ce1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/imports/pages/messages/messages-attachments.html
@@ -1,6 +1,6 @@
<ion-content class="messages-attachments-page-content">
<ion-list class="attachments">
<button ion-item class="attachment attachment-gallery">
<button ion-item class="attachment attachment-gallery" (click)="sendPicture()">
<ion-icon name="images" class="attachment-icon"></ion-icon>
<div class="attachment-name">Gallery</div>
</button>
Expand Down

0 comments on commit 40ce1cb

Please sign in to comment.