Skip to content

Commit 70867a6

Browse files
committed
upgrade packages and show relative url in a text type box
1 parent 6ecdcc3 commit 70867a6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"homepage": "http://github.com/sayanee/angularjs-pdf",
88
"dependencies": {
99
"angular": "1.4.7",
10-
"pdfjs-dist": "1.2.83"
10+
"pdfjs-dist": "1.2.131"
1111
},
1212
"ignore": [
1313
"**/.*",

example/partials/viewer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
  
1515
<span>Document URL: </span>
16-
<input type="url" ng-model="pdfUrl">
16+
<input type="text" ng-model="pdfUrl">
1717
</nav>
1818

1919
<hr>

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
"type": "git",
88
"url": "https://github.com/sayanee/angular-pdf.git"
99
},
10+
"license": "MIT",
1011
"devDependencies": {
1112
"grunt": "0.4.5",
1213
"grunt-bump": "0.6.0",
1314
"grunt-cli": "0.1.13",
14-
"grunt-contrib-clean": "0.6.0",
15+
"grunt-contrib-clean": "0.7.0",
1516
"grunt-contrib-copy": "0.8.2",
1617
"grunt-contrib-jshint": "0.11.3",
17-
"grunt-contrib-uglify": "0.10.0",
18+
"grunt-contrib-uglify": "0.10.1",
1819
"grunt-jscs": "2.3.0",
1920
"grunt-jsonlint": "1.0.6"
2021
},

0 commit comments

Comments
 (0)