mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
8 lines
No EOL
196 B
CoffeeScript
8 lines
No EOL
196 B
CoffeeScript
define [
|
|
"project-list"
|
|
"user-details"
|
|
"directives/asyncForm"
|
|
], () ->
|
|
angular.bootstrap(document.getElementById("ng-app"), ["SharelatexApp"])
|
|
$("#ng-app").show()
|
|
$("#ng-app-loading").hide() |