mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
73a894b666
GitOrigin-RevId: 57cc4c709d5a9eb5ce1b0b5b5b1ac306b953538d
12 lines
332 B
Text
12 lines
332 B
Text
div(ng-controller="ReactShareProjectModalController")
|
|
share-project-modal(
|
|
handle-hide="handleHide"
|
|
show="show"
|
|
)
|
|
|
|
div(ng-controller="EditorNavigationToolbarController")
|
|
editor-navigation-toolbar-root(
|
|
open-doc="openDoc"
|
|
online-users-array="onlineUsersArray"
|
|
open-share-project-modal="openShareProjectModal"
|
|
)
|