#68 start separation between viewer and pdfViewer

This commit is contained in:
Eugenio Romano
2016-06-03 17:19:40 +01:00
parent 499cc7b124
commit 1b2ff612ab
9 changed files with 418 additions and 253 deletions

View File

@@ -0,0 +1,12 @@
<!-- Start Pdf Canvas -->
<div id="viewer-pdf-container" class="viewer-pdf-container" (keypress)=eventHandler()>
<div id="viewer-viewerPdf" style="border:1px solid black;">
<div id="loader">
<div>
<div id="loader-spin" class="mdl-progress mdl-js-progress mdl-progress__indeterminate"></div>
</div>
<div id="loader-text">Loading...</div>
</div>
</div>
</div>
<!-- End Pdf Canvas -->