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 26, 2017
1 parent 265110d commit d5caaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/imports/pages/messages/messages-attachments.html
Original file line number Diff line number Diff line change
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 d5caaae

Please sign in to comment.