Skip to content

Commit

Permalink
fixes #171 #172
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimDez committed Sep 30, 2017
1 parent de2a1a4 commit 22d97c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pdf-viewer/pdf-viewer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PDFJS.verbosity = (<any>PDFJS).VERBOSITY_LEVELS.errors;

@Component({
selector: 'pdf-viewer',
template: `<div class="ng2-pdf-viewer-container" (window:resize)="onPageResize($event)"><div class="pdfViewer"></div></div>`,
template: `<div class="ng2-pdf-viewer-container" (window:resize)="onPageResize()"><div class="pdfViewer"></div></div>`,
styles: [
`
:host /deep/ .textLayer {
Expand Down

0 comments on commit 22d97c8

Please sign in to comment.