Skip to content

Commit

Permalink
Step 8.2: Invoke send picture logic on click
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB authored and Dotan Simha committed Nov 23, 2016
1 parent 4e514e2 commit 2f16a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/templates/chat.html
Expand Up @@ -28,7 +28,7 @@
<button ng-click="chat.sendMessage()" class="button button-clear button-positive">Send</button>
</span>
<span ng-if="!chat.message || chat.message.length === 0">
<button class="button button-clear button-icon button-positive icon ion-ios-camera-outline"></button>
<button ng-click="chat.sendPicture()" class="button button-clear button-icon button-positive icon ion-ios-camera-outline"></button>
<i class="buttons-seperator icon ion-android-more-vertical"></i>
<button class="button button-clear button-icon button-positive icon ion-ios-mic-outline"></button>
</span>
Expand Down

0 comments on commit 2f16a9f

Please sign in to comment.