mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
cce0051be6
Remove Angular share modal code GitOrigin-RevId: 136b10c7b9768f2d8de13e48b16fd71947506624
13 lines
353 B
Text
13 lines
353 B
Text
div(ng-controller="ReactShareProjectModalController")
|
|
share-project-modal(
|
|
handle-hide="handleHide"
|
|
show="show"
|
|
is-admin="isAdmin"
|
|
)
|
|
|
|
div(ng-controller="EditorNavigationToolbarController")
|
|
editor-navigation-toolbar-root(
|
|
open-doc="openDoc"
|
|
online-users-array="onlineUsersArray"
|
|
open-share-project-modal="openShareProjectModal"
|
|
)
|