mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix upload widget icon
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<label [attr.for]="field.id">{{field.name}}</label>
|
||||
<div>
|
||||
<i class="material-icons upload-widget__icon">image</i>
|
||||
<i *ngIf="hasFile" class="material-icons upload-widget__icon">attachment</i>
|
||||
<span *ngIf="hasFile" class="upload-widget__file">{{getUploadedFileName()}}</span>
|
||||
<input *ngIf="!hasFile"
|
||||
#file
|
||||
|
Reference in New Issue
Block a user