mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-12 09:17:30 -05:00
12 lines
184 B
CoffeeScript
12 lines
184 B
CoffeeScript
|
define [
|
||
|
"libs"
|
||
|
"modules/recursionHelper"
|
||
|
], () ->
|
||
|
App = angular.module("SharelatexApp", [
|
||
|
"ui.bootstrap"
|
||
|
"autocomplete"
|
||
|
"RecursionHelper"
|
||
|
"ng-context-menu"
|
||
|
])
|
||
|
|
||
|
return App
|