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

9 lines
203 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"
"directives/stopPropagation"
2014-06-18 06:53:18 -04:00
"directives/focusInput"
"directives/focusOn"
2014-06-17 07:43:42 -04:00
], () ->
angular.bootstrap(document.body, ["SharelatexApp"])