mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
b185e60749
Switch frontend from underscore to lodash GitOrigin-RevId: 7fbc72d2ead6a14ff04f085f01fff5a3dddb77f0
15 lines
340 B
JavaScript
15 lines
340 B
JavaScript
define([
|
|
'jquery',
|
|
'angular',
|
|
'angular-sanitize',
|
|
'lodash',
|
|
'libs/angular-autocomplete/angular-autocomplete',
|
|
'libs/ui-bootstrap',
|
|
'libs/ng-context-menu-0.1.4',
|
|
'libs/algolia-2.5.2',
|
|
'libs/jquery.storage',
|
|
'libs/angular-cookie',
|
|
'libs/passfield',
|
|
'libs/ng-tags-input-3.0.0',
|
|
'libs/select/select'
|
|
], function() {})
|