mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
f2ad7ebfc3
Move jQuery and Angular dependencies to bundle GitOrigin-RevId: cee1507044438c8c435d934476f6ea6281215ccd
15 lines
355 B
JavaScript
15 lines
355 B
JavaScript
define([
|
|
'jquery',
|
|
'angular',
|
|
'angular-sanitize',
|
|
'libs/angular-autocomplete/angular-autocomplete',
|
|
'libs/ui-bootstrap',
|
|
'libs/ng-context-menu-0.1.4',
|
|
'libs/underscore-1.9.1',
|
|
'libs/algolia-2.5.2',
|
|
'libs/jquery.storage',
|
|
'libs/angular-cookie',
|
|
'libs/passfield',
|
|
'libs/ng-tags-input-3.0.0',
|
|
'libs/select/select'
|
|
], function() {})
|