Skip to content

Commit

Permalink
fixed improper quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nivaldo Fernandes authored and Nivaldo Fernandes committed Jul 17, 2015
1 parent cc9e577 commit 3409e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/js/directives/angular-pdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
});

scope.$watch('pdfUrl', function(newVal) {
if (newVal !== "") {
if (newVal !== '') {
console.log("pdfUrl value change detected: ", scope.pdfUrl);
url = newVal;
scope.pageToDisplay = 1;
Expand Down

0 comments on commit 3409e53

Please sign in to comment.