Skip to content

Commit

Permalink
Step 13.8: Bind click event for sendPicture
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Jun 22, 2017
1 parent f2b12aa commit ec13bef
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
@@ -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 ec13bef

Please sign in to comment.