mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
16 lines
247 B
CoffeeScript
16 lines
247 B
CoffeeScript
define [
|
|
"libs"
|
|
"modules/recursionHelper"
|
|
"utils/underscore"
|
|
], () ->
|
|
App = angular.module("SharelatexApp", [
|
|
"ui.bootstrap"
|
|
"autocomplete"
|
|
"RecursionHelper"
|
|
"ng-context-menu"
|
|
"underscore"
|
|
"ngSanitize"
|
|
"ipCookie"
|
|
])
|
|
|
|
return App |