mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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
|