File tree Expand file tree Collapse file tree
src/app/submission/sections/upload/file Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 [checked] ="isPrimary "
1212 (change) ="togglePrimaryBitstream($event) ">
1313 < label class ="custom-control-label " for ="primaryBitstream{{fileIndex}} ">
14- < span class ="sr-only " aria-hidden =" true " *ngIf ="!isPrimary "> {{'submission.sections.upload.primary.make' | translate:{ fileName: fileName } }}</ span >
15- < span class ="sr-only " aria-hidden =" true " *ngIf ="isPrimary "> {{'submission.sections.upload.primary.remove' | translate:{ fileName: fileName } }}</ span >
14+ < span class ="sr-only " *ngIf ="!isPrimary "> {{'submission.sections.upload.primary.make' | translate:{ fileName: fileName } }}</ span >
15+ < span class ="sr-only " *ngIf ="isPrimary "> {{'submission.sections.upload.primary.remove' | translate:{ fileName: fileName } }}</ span >
1616 </ label >
1717 </ div >
1818 </ div >
You can’t perform that action at this time.
0 commit comments