mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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 |