File tree Expand file tree Collapse file tree
src/app/shared/upload/uploader Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 < span >
2323 < i class ="fas fa-upload " aria-hidden ="true "> </ i >
2424 {{dropMsg | translate}}{{'uploader.or' | translate}}
25- < label for ="inputFileUploader " class ="btn btn-link m-0 p-0 ml-1 " tabindex ="0 " (keyup.enter) ="$event.stopImmediatePropagation(); fileInput.click() ">
25+ < label for ="inputFileUploader-{{uploaderId}} " class ="btn btn-link m-0 p-0 ml-1 " tabindex ="0 " (keyup.enter) ="$event.stopImmediatePropagation(); fileInput.click() ">
2626 < span role ="button " [attr.aria-label] ="'uploader.browse' | translate "> {{'uploader.browse' | translate}}</ span >
2727 </ label >
28- < input #fileInput id ="inputFileUploader " class ="d-none " type ="file " ng2FileSelect [uploader] ="uploader " multiple tabindex ="0 " />
28+ < input #fileInput id ="inputFileUploader-{{uploaderId}} " class ="d-none " type ="file " ng2FileSelect [uploader] ="uploader " multiple tabindex ="0 " />
2929 </ span >
3030 </ div >
3131 < div *ngIf ="(isOverBaseDropZone | async) || uploader?.queue?.length !== 0 ">
You can’t perform that action at this time.
0 commit comments