2014-06-17 07:43:42 -04:00
|
|
|
define [
|
2014-06-23 12:47:08 -04:00
|
|
|
"main/project-list"
|
|
|
|
"main/user-details"
|
|
|
|
"main/account-settings"
|
2014-07-01 09:25:32 -04:00
|
|
|
"main/templates"
|
2014-07-07 07:27:58 -04:00
|
|
|
"main/plans"
|
2014-07-07 13:06:12 -04:00
|
|
|
"main/group-members"
|
2014-07-17 12:05:39 -04:00
|
|
|
"main/scribtex-popup"
|
2014-07-21 06:33:10 -04:00
|
|
|
"main/event-tracking"
|
2014-07-21 11:41:22 -04:00
|
|
|
"main/bonus"
|
2014-07-24 08:24:08 -04:00
|
|
|
"main/system-messages"
|
2014-06-17 11:19:40 -04:00
|
|
|
"directives/asyncForm"
|
2014-06-18 06:30:56 -04:00
|
|
|
"directives/stopPropagation"
|
2014-06-24 10:31:44 -04:00
|
|
|
"directives/focus"
|
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-07-07 13:06:12 -04:00
|
|
|
"directives/selectAll"
|
2014-07-08 12:47:20 -04:00
|
|
|
"directives/maxHeight"
|
2014-06-26 11:39:52 -04:00
|
|
|
"filters/formatDate"
|
2014-07-21 06:33:10 -04:00
|
|
|
|
2014-06-17 07:43:42 -04:00
|
|
|
], () ->
|
2014-07-08 06:14:56 -04:00
|
|
|
angular.bootstrap(document.body, ["SharelatexApp"])
|