Skip to content

Commit

Permalink
Step 13.5: Added click event for takePicture
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Feb 13, 2017
1 parent f3a8df0 commit f3eaf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/imports/pages/messages/messages-attachments.html
Expand Up @@ -5,7 +5,7 @@
<div class="attachment-name">Gallery</div>
</button>

<button ion-item class="attachment attachment-camera">
<button ion-item class="attachment attachment-camera" (click)="takePicture()">
<ion-icon name="camera" class="attachment-icon"></ion-icon>
<div class="attachment-name">Camera</div>
</button>
Expand Down

0 comments on commit f3eaf45

Please sign in to comment.