Skip to content

Commit

Permalink
added built files
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanee committed Sep 25, 2014
1 parent 50d4fed commit 1f1815e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/angular-pdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
};

page.render(renderContext);

});

};
Expand Down Expand Up @@ -99,8 +98,9 @@
});

scope.$watch('pageNum', function(newVal) {
scope.pageNum = parseInt(newVal);
if (pdfDoc !== null) {
scope.renderPage(newVal);
scope.renderPage(scope.pageNum);
}
});

Expand Down
2 changes: 1 addition & 1 deletion dist/angular-pdf.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1f1815e

Please sign in to comment.