mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
12 lines
No EOL
279 B
CoffeeScript
12 lines
No EOL
279 B
CoffeeScript
define [
|
|
"main/project-list"
|
|
"main/user-details"
|
|
"main/account-settings"
|
|
"directives/asyncForm"
|
|
"directives/stopPropagation"
|
|
"directives/focus"
|
|
"directives/equals"
|
|
"directives/fineUpload"
|
|
"directives/onEnter"
|
|
], () ->
|
|
angular.bootstrap(document.body, ["SharelatexApp"]) |