mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
1186c3e9a4
[BinaryFile] Binary file React migration GitOrigin-RevId: e229ad8ec3781607b5ca28387927b84d4af95060
9 lines
174 B
Text
9 lines
174 B
Text
div(
|
|
ng-controller="ReactBinaryFileController"
|
|
ng-show="ui.view == 'file'"
|
|
ng-if="openFile"
|
|
)
|
|
binary-file(
|
|
file='file'
|
|
store-references-keys='storeReferencesKeys'
|
|
)
|