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

13 lines
291 B
CoffeeScript
Raw Normal View History

2014-06-17 07:43:42 -04:00
define [
"project-list"
"user-details"
"account-settings"
2014-06-17 11:19:40 -04:00
"directives/asyncForm"
"directives/stopPropagation"
2014-06-18 06:53:18 -04:00
"directives/focusInput"
"directives/focusOn"
2014-06-20 06:15:25 -04:00
"directives/equals"
2014-06-22 12:32:15 -04:00
"directives/fineUpload"
2014-06-22 15:08:56 -04:00
"directives/onEnter"
2014-06-17 07:43:42 -04:00
], () ->
angular.bootstrap(document.body, ["SharelatexApp"])