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 292e8c6 commit 3d909a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/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 3d909a4

Please sign in to comment.