mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
0e7c27d91a
Restore the React share modal GitOrigin-RevId: 697524bceaf0f711889028ad313914edf29e246a
14 lines
423 B
Text
14 lines
423 B
Text
div(ng-controller=showReactShareModal ? 'ReactShareProjectModalController': 'ShareController')
|
|
if showReactShareModal
|
|
share-project-modal(
|
|
handle-hide="handleHide"
|
|
show="show"
|
|
is-admin="isAdmin"
|
|
)
|
|
|
|
div(ng-controller="EditorNavigationToolbarController")
|
|
editor-navigation-toolbar-root(
|
|
open-doc="openDoc"
|
|
online-users-array="onlineUsersArray"
|
|
open-share-project-modal="openShareProjectModal"
|
|
)
|