mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
rename the new pdf directive to pdfng
This commit is contained in:
parent
a7f9a68159
commit
3c05e032bd
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ define [
|
||||||
style.text(textLayerCss + "\n" + annotationsLayerCss + "\n" + highlightsLayerCss)
|
style.text(textLayerCss + "\n" + annotationsLayerCss + "\n" + highlightsLayerCss)
|
||||||
$("body").append(style)
|
$("body").append(style)
|
||||||
|
|
||||||
App.directive "pdfjs", ["$timeout", ($timeout) ->
|
App.directive "pdfng", ["$timeout", ($timeout) ->
|
||||||
return {
|
return {
|
||||||
scope: {
|
scope: {
|
||||||
"pdfSrc": "="
|
"pdfSrc": "="
|
||||||
|
|
Loading…
Reference in a new issue