mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
e26c90f5fc
GitOrigin-RevId: 0bfc7317b197960114f2a06fbbc20818bc4c5ffb
13 lines
368 B
Text
13 lines
368 B
Text
div(ng-controller="ReactShareProjectModalController")
|
|
share-project-modal(
|
|
handle-hide="handleHide"
|
|
show="show"
|
|
is-project-owner="isProjectOwner"
|
|
)
|
|
|
|
div(ng-controller="EditorNavigationToolbarController")
|
|
editor-navigation-toolbar-root(
|
|
open-doc="openDoc"
|
|
online-users-array="onlineUsersArray"
|
|
open-share-project-modal="openShareProjectModal"
|
|
)
|