overleaf/services/web/app/views/project/editor/binary-file-react.pug

10 lines
174 B
Text
Raw Normal View History

div(
ng-controller="ReactBinaryFileController"
ng-show="ui.view == 'file'"
ng-if="openFile"
)
binary-file(
file='file'
store-references-keys='storeReferencesKeys'
)