rename the new pdf directive to pdfng

This commit is contained in:
Brian Gough 2014-12-01 11:46:52 +00:00
parent a7f9a68159
commit 3c05e032bd

View file

@ -19,7 +19,7 @@ define [
style.text(textLayerCss + "\n" + annotationsLayerCss + "\n" + highlightsLayerCss)
$("body").append(style)
App.directive "pdfjs", ["$timeout", ($timeout) ->
App.directive "pdfng", ["$timeout", ($timeout) ->
return {
scope: {
"pdfSrc": "="