Skip to content

Tags: pranjal-goswami/angular-pdfjs-viewer

Tags

v0.7.2

Toggle v0.7.2's commit message
Merge pull request legalthings#15 from legalthings/minor-bug-fixes

Minor bug fixes + verbosity config option

v0.7.1

Toggle v0.7.1's commit message
Merge pull request legalthings#14 from legalthings/always-update-scale

Always update the scale property of the scope

v0.7.0

Toggle v0.7.0's commit message
Merge pull request legalthings#13 from legalthings/update-pdfjs-version

Updated the pdf.js-viewer version

v0.6.3

Toggle v0.6.3's commit message
Make scale property optional and set default properly

v0.6.2

Toggle v0.6.2's commit message
Updated pdfjsViewer's template so it includes printContainer, fixes l…

…egalthings#4

v0.6.1

Toggle v0.6.1's commit message
fixup dependency injection

v0.6.0

Toggle v0.6.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Configure global settings through pdfViewerConfigProvider

Reimplemented the option to set the worker src
Added option to disable using the browser's Worker API

v0.5.7

Toggle v0.5.7's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Updated bower.json

v0.5.6

Toggle v0.5.6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Improve reliability for on-page-load

If page unexpectedly gets unloaded, unset it from the `loaded` list
If `onPageLoad()` returns `false`, don't mark the page as loaded.
In that cases `onPageLoad()` is called again on the next (200ms) interval.

v0.5.5

Toggle v0.5.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Attr to set workerSrc