Skip to content

Instantly share code, notes, and snippets.

<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>&nbsp; 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>