mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 18:51:50 +02:00
10 lines
200 B
Plaintext
10 lines
200 B
Plaintext
div(
|
|
ng-controller="FileViewController"
|
|
ng-show="ui.view == 'file'"
|
|
ng-if="openFile && editor.multiSelectedCount === 0"
|
|
)
|
|
file-view(
|
|
file='file'
|
|
store-references-keys='storeReferencesKeys'
|
|
)
|