Skip to content

Commit 932168e

Browse files
committed
feature: build the dist files
1 parent b2d2911 commit 932168e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/angular-pdf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
}
8787
};
8888

89-
PDFJS.getDocument(url).then(
89+
PDFJS.getDocument(url, null, null, scope.onProgress).then(
9090
function(_pdfDoc) {
9191
if (typeof scope.onLoad === 'function' ) {
9292
scope.onLoad();

dist/angular-pdf.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)