Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<div class="col-md-4 show-product-documents-layer">
|
||||
<h4>Product documents:</h4>
|
||||
<div class="documnet-row" ng-repeat="document in data.documents">
|
||||
<a href="utils/api/downloadFile?idDocument={{document.idDocument}}&fileName={{document.documentName}}.{{document.extension}}">
|
||||
{{document.documentName}} ( {{document.extension}} )
|
||||
</a>
|
||||
<span ng-click="removeProductDocument(document.idDocument)" class="glyphicon glyphicon-trash remove-document-icon"></span>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user