Built motion from commit c116dc8b.|2.6.30
[motion2.git] / public / tvox / answer.html
index f4edc0d..686857a 100644 (file)
@@ -72,6 +72,7 @@
           <label>Post your message</label>
           <textarea ng-model="text.content" rows="2" ng-keypress="keyPress($event)" md-select-on-focus></textarea>
         </md-input-container>
+        <md-button ng-click="showConfirm($event)" class="md-raised md-primary">Video</md-button>
         <md-button ng-click="send()" class="md-raised md-primary">Send</md-button>
         <md-button aria-label="attachment" flow-btn flow-name="ngFlow.flow" flow-files-submitted="upload()" flow-init="ngFlowOptions" class="md-raised md-primary" flow-file-added="fileAdded($file)" flow-file-success="fileSuccess($file, $message)">Attach</md-button>
       </div>