mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 21:28:12 +00:00
[CSV Export] Add CSV library as dependency
For use in general-purpose CSV export service, #649
This commit is contained in:
1
main.js
1
main.js
@ -26,6 +26,7 @@ requirejs.config({
|
||||
"legacyRegistry": "src/legacyRegistry",
|
||||
"angular": "bower_components/angular/angular.min",
|
||||
"angular-route": "bower_components/angular-route/angular-route.min",
|
||||
"csv": "bower_components/comma-separated-values/csv.min",
|
||||
"es6-promise": "bower_components/es6-promise/promise.min",
|
||||
"moment": "bower_components/moment/moment",
|
||||
"moment-duration-format": "bower_components/moment-duration-format/lib/moment-duration-format",
|
||||
|
Reference in New Issue
Block a user