Merge pull request #4013 from overleaf/ae-share-modal-header

Restore the React share modal

GitOrigin-RevId: 697524bceaf0f711889028ad313914edf29e246a
This commit is contained in:
Alf Eaton 2021-05-12 11:28:13 +01:00 committed by Copybot
parent 669e8f923f
commit 0e7c27d91a

View file

@ -1,4 +1,11 @@
div(ng-controller="ShareController") div(ng-controller=showReactShareModal ? 'ReactShareProjectModalController': 'ShareController')
if showReactShareModal
share-project-modal(
handle-hide="handleHide"
show="show"
is-admin="isAdmin"
)
div(ng-controller="EditorNavigationToolbarController") div(ng-controller="EditorNavigationToolbarController")
editor-navigation-toolbar-root( editor-navigation-toolbar-root(
open-doc="openDoc" open-doc="openDoc"