mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-04 06:32:23 +00:00
10 lines
No EOL
186 B
CoffeeScript
10 lines
No EOL
186 B
CoffeeScript
define [
|
|
"../libs/angular-autocomplete/angular-autocomplete"
|
|
"../libs/ui-bootstrap"
|
|
], () ->
|
|
App = angular.module("SharelatexApp", [
|
|
"ui.bootstrap"
|
|
"autocomplete"
|
|
])
|
|
|
|
return App |