overleaf/services/web/public/coffee/app/main.coffee
2014-06-18 11:30:56 +01:00

7 lines
No EOL
156 B
CoffeeScript

define [
"project-list"
"user-details"
"directives/asyncForm"
"directives/stopPropagation"
], () ->
angular.bootstrap(document.body, ["SharelatexApp"])