mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
set up pdf viewer app in base
This commit is contained in:
parent
d0fb34b2aa
commit
7b66802bf5
2 changed files with 11 additions and 4 deletions
|
@ -2,6 +2,13 @@ define [
|
|||
"libs"
|
||||
"modules/recursionHelper"
|
||||
"utils/underscore"
|
||||
# TODo move these into a separate definition
|
||||
"ide/pdfng/directives/pdfViewer"
|
||||
"ide/pdfng/directives/pdfPage"
|
||||
"ide/pdfng/directives/pdfRenderer"
|
||||
"ide/pdfng/directives/pdfTextLayer"
|
||||
"ide/pdfng/directives/pdfAnnotations"
|
||||
"ide/pdfng/directives/pdfHighlights"
|
||||
], () ->
|
||||
App = angular.module("SharelatexApp", [
|
||||
"ui.bootstrap"
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
define [
|
||||
"base"
|
||||
"ide/pdfng/directives/pdfViewer"
|
||||
"ide/pdfng/directives/pdfPage"
|
||||
"ide/pdfng/directives/pdfRenderer"
|
||||
"ide/pdfng/directives/pdfTextLayer"
|
||||
"ide/pdfng/directives/pdfAnnotations"
|
||||
"ide/pdfng/directives/pdfHighlights"
|
||||
"ide/pdfng/directives/pdfRenderer"
|
||||
"ide/pdfng/directives/pdfPage"
|
||||
"ide/pdfng/directives/pdfViewer"
|
||||
"libs/pdf"
|
||||
"text!libs/pdfListView/TextLayer.css"
|
||||
"text!libs/pdfListView/AnnotationsLayer.css"
|
||||
"text!libs/pdfListView/HighlightsLayer.css"
|
||||
], (
|
||||
App
|
||||
pdfViewerApp
|
||||
pdfViewer
|
||||
pdfPage
|
||||
pdfRenderer
|
||||
pdfTextLayer
|
||||
|
|
Loading…
Reference in a new issue