mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-11 04:54:02 +00:00
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"
|
|
)
|