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 Mar 23, 2017
1 parent 3494148 commit dff4d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/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 dff4d08

Please sign in to comment.