You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>An [AngularJS](http://angularjs.org/)[directive](http://docs.angularjs.org/guide/directive)`ng-pdf` to display PDF files with [PDFJS](http://mozilla.github.io/pdf.js/).
@@ -19,6 +19,11 @@ Integrate PDF files right into web pages.
19
19
1. define the view template
20
20
1. define the path to pdf with scope variable
21
21
22
+
##Requirements
23
+
24
+
1.[AngularJS](http://angularjs.org/) - get the latest [angular.min.js](https://developers.google.com/speed/libraries/devguide#angularjs)
25
+
1.[PDFJS](http://mozilla.github.io/pdf.js/) - build the files [`pdf.js` and `pdf.worker.js`](https://github.com/mozilla/pdf.js#building-pdfjs)
26
+
22
27
## Getting Started
23
28
24
29
1. install or copy over the file `dist/angular-pdf.min.js` or `dist/angular-pdf.js`
@@ -109,11 +114,6 @@ Integrate PDF files right into web pages.
0 commit comments