This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div> | |
| <div ng-hide="file"> | |
| <div class="attachment-card attachment-card-upload btn-default" ng-file-select ng-model="data.files" ng-file-change="null" ng-capture="'camera'" ng-accept="'image/*, video/*, audio/*, .pdf, .doc, .xls'"> | |
| <span class="glyphicon glyphicon-paperclip" aria-hidden="true"></span> Add atachment | |
| </div> | |
| </div> | |
| <div ng-show="file"> | |
| <div class="attachment-card btn-default"> | |
| <span class="glyphicon" ng-class="getIcon(attachment)" aria-hidden="true"></span> |