overleaf/services/web/public/coffee/app/main.coffee

8 lines
196 B
CoffeeScript
Raw Normal View History

2014-06-17 07:43:42 -04:00
define [
"project-list"
"user-details"
2014-06-17 11:19:40 -04:00
"directives/asyncForm"
2014-06-17 07:43:42 -04:00
], () ->
2014-06-17 11:36:08 -04:00
angular.bootstrap(document.getElementById("ng-app"), ["SharelatexApp"])
$("#ng-app").show()
$("#ng-app-loading").hide()