mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
28 lines
No EOL
807 B
Text
28 lines
No EOL
807 B
Text
div.full-size(
|
|
ng-show="ui.view == 'editor'"
|
|
layout="pdf"
|
|
resize-on="layout:main:resize"
|
|
)
|
|
.ui-layout-center
|
|
.loading-panel(ng-show="!editor.sharejs_doc || editor.opening")
|
|
i.fa.fa-spin.fa-refresh
|
|
| Loading...
|
|
|
|
#editor(
|
|
ace-editor,
|
|
ng-show="!!editor.sharejs_doc && !editor.opening"
|
|
theme="settings.theme",
|
|
keybindings="settings.mode",
|
|
font-size="settings.fontSize",
|
|
auto-complete="settings.autoComplete",
|
|
spell-check-language="project.spellCheckLanguage",
|
|
annotations="onlineUserCursorAnnotations[editor.open_doc_id]"
|
|
show-print-margin="false",
|
|
sharejs-doc="editor.sharejs_doc",
|
|
last-updated="editor.last_updated",
|
|
cursor-position="editor.cursorPosition",
|
|
resize-on="layout:main:resize,layout:pdf:resize"
|
|
)
|
|
|
|
.ui-layout-east
|
|
include ./pdf |