mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #4013 from overleaf/ae-share-modal-header
Restore the React share modal GitOrigin-RevId: 697524bceaf0f711889028ad313914edf29e246a
This commit is contained in:
parent
669e8f923f
commit
0e7c27d91a
1 changed files with 9 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue