mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
14 lines
No EOL
286 B
CoffeeScript
14 lines
No EOL
286 B
CoffeeScript
define [
|
|
"../libs/angular-autocomplete/angular-autocomplete"
|
|
"../libs/ui-bootstrap"
|
|
"modules/recursionHelper"
|
|
"../libs/ng-context-menu-0.1.4"
|
|
], () ->
|
|
App = angular.module("SharelatexApp", [
|
|
"ui.bootstrap"
|
|
"autocomplete"
|
|
"RecursionHelper"
|
|
"ng-context-menu"
|
|
])
|
|
|
|
return App |