jsdoc fix and one test added in the viewer

This commit is contained in:
Eugenio Romano
2016-06-13 11:34:21 +01:00
parent 4f28f60d11
commit 8e5f120e94
5 changed files with 63 additions and 17 deletions

View File

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