mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Move jQuery and Angular dependencies to bundle GitOrigin-RevId: cee1507044438c8c435d934476f6ea6281215ccd
16 lines
355 B
JavaScript
16 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() {})
|