2014-06-17 11:43:42 +00:00
|
|
|
define [
|
2014-06-23 16:47:08 +00:00
|
|
|
"main/project-list"
|
|
|
|
"main/user-details"
|
|
|
|
"main/account-settings"
|
2014-07-01 13:25:32 +00:00
|
|
|
"main/templates"
|
2014-07-07 11:27:58 +00:00
|
|
|
"main/plans"
|
2014-07-07 17:06:12 +00:00
|
|
|
"main/group-members"
|
2014-06-17 15:19:40 +00:00
|
|
|
"directives/asyncForm"
|
2014-06-18 10:30:56 +00:00
|
|
|
"directives/stopPropagation"
|
2014-06-24 14:31:44 +00:00
|
|
|
"directives/focus"
|
2014-06-20 10:15:25 +00:00
|
|
|
"directives/equals"
|
2014-06-22 16:32:15 +00:00
|
|
|
"directives/fineUpload"
|
2014-06-22 19:08:56 +00:00
|
|
|
"directives/onEnter"
|
2014-07-07 17:06:12 +00:00
|
|
|
"directives/selectAll"
|
2014-06-26 15:39:52 +00:00
|
|
|
"filters/formatDate"
|
2014-06-17 11:43:42 +00:00
|
|
|
], () ->
|
2014-07-08 10:14:56 +00:00
|
|
|
angular.bootstrap(document.body, ["SharelatexApp"])
|