We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c3728 commit e8706f7Copy full SHA for e8706f7
readme.md
@@ -74,6 +74,12 @@ Check [`bower.json` file](https://github.com/sayanee/angularjs-pdf/blob/master/b
74
```html
75
<ng-pdf template-url="/partials/viewer.html" page=12></ng-pdf>
76
```
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
83
84
1. include the `canvas` element to display the pdf in the template-url file
85
0 commit comments