overleaf/services/web/public/coffee/main.coffee
Shane Kilkelly 96619bde8c Move the template-browser code into the 'templates' module.
Now located to be located at `modules/templates/public/coffee/main/index.coffee`,
moved to complete a migration of template related code into the templates module.

Corresponding commit in sharelatex-web-modules:
625c556e42072d30f30d474aaef72deff24ca154
2015-08-18 14:21:35 +01:00

30 lines
734 B
CoffeeScript

define [
"main/project-list/index"
"main/user-details"
"main/account-settings"
"main/account-upgrade"
"main/plans"
"main/group-members"
"main/scribtex-popup"
"main/event"
"main/bonus"
"main/system-messages"
"main/translations"
"main/subscription-dashboard"
"main/new-subscription"
"main/annual-upgrade"
"main/register-users"
"main/subscription/group-subscription-invite-controller"
"analytics/AbTestingManager"
"directives/asyncForm"
"directives/stopPropagation"
"directives/focus"
"directives/equals"
"directives/fineUpload"
"directives/onEnter"
"directives/selectAll"
"directives/maxHeight"
"filters/formatDate"
"__MAIN_CLIENTSIDE_INCLUDES__"
], () ->
angular.bootstrap(document.body, ["SharelatexApp"])