Merge pull request #962 from nasa/csv-export-update-751

[Timeline] Updates to CSV Export
This commit is contained in:
Andrew Henry
2016-05-27 14:55:59 -07:00
15 changed files with 196 additions and 45 deletions

View File

@@ -91,7 +91,12 @@ define([
"name": "Export Timeline as CSV",
"category": "contextual",
"implementation": ExportTimelineAsCSVAction,
"depends": ["exportService", "notificationService"]
"depends": [
"$log",
"exportService",
"notificationService",
"resources[]"
]
}
],
"constants": [