Skip to content

Commit

Permalink
upgrade packages and show relative url in a text type box
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanee committed Nov 18, 2015
1 parent 6ecdcc3 commit 70867a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"homepage": "https://github.com/sayanee/angularjs-pdf",
"dependencies": {
"angular": "1.4.7",
"pdfjs-dist": "1.2.83"
"pdfjs-dist": "1.2.131"
},
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion example/partials/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

  
<span>Document URL: </span>
<input type="url" ng-model="pdfUrl">
<input type="text" ng-model="pdfUrl">
</nav>

<hr>
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
"type": "git",
"url": "https://github.com/sayanee/angular-pdf.git"
},
"license": "MIT",
"devDependencies": {
"grunt": "0.4.5",
"grunt-bump": "0.6.0",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-uglify": "0.10.0",
"grunt-contrib-uglify": "0.10.1",
"grunt-jscs": "2.3.0",
"grunt-jsonlint": "1.0.6"
},
Expand Down

0 comments on commit 70867a6

Please sign in to comment.