[CSV Export] Begin testing exportService

...including fixes to immediately-identified errors.
This commit is contained in:
Victor Woeltjen
2016-02-05 13:32:21 -08:00
parent 750a5648d2
commit 8868b6a130
3 changed files with 63 additions and 2 deletions

View File

@@ -46,6 +46,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",