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

6 lines
126 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
], () ->
angular.bootstrap(document.body, ["SharelatexApp"])