Fix name of file in unsupported notification

This commit is contained in:
Will Abson 2016-06-10 13:51:58 +01:00
parent a6c32c79d3
commit fa6d54bad1

View File

@ -70,7 +70,7 @@
</div>
<div *ngIf="isImage()" ><img src="{{urlFile}}" id="viewer-image" class="center-element viewer-image"/></div>
<div *ngIf="notSupportedExtension()">
<not-supported-format [urlFile]="urlFile" [displayName]="displayName" ></not-supported-format>
<not-supported-format [urlFile]="urlFile" [nameFile]="displayName" ></not-supported-format>
</div>
<!-- End View Switch -->
</div>