mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
Remove Angular share modal code GitOrigin-RevId: 136b10c7b9768f2d8de13e48b16fd71947506624
14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
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"
|
|
)
|