Skip to content

Commit e8706f7

Browse files
author
Dmitry Igoshin
committed
Documented the debug option in readme
1 parent 60c3728 commit e8706f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

+6
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ Check [`bower.json` file](https://github.com/sayanee/angularjs-pdf/blob/master/b
7474
```html
7575
<ng-pdf template-url="/partials/viewer.html" page=12></ng-pdf>
7676
```
77+
- `debug` to enable debugging console output (optional, disabled by default)
78+
79+
```html
80+
<ng-pdf template-url="/partials/viewer.html" debug="true"></ng-pdf>
81+
```
82+
7783

7884
1. include the `canvas` element to display the pdf in the template-url file
7985

0 commit comments

Comments
 (0)