summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/directives/download-artifact/download-artifact.ts
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/app/directives/download-artifact/download-artifact.ts')
-rw-r--r--catalog-ui/src/app/directives/download-artifact/download-artifact.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/catalog-ui/src/app/directives/download-artifact/download-artifact.ts b/catalog-ui/src/app/directives/download-artifact/download-artifact.ts
index deeb1f55d8..8f7735d1ec 100644
--- a/catalog-ui/src/app/directives/download-artifact/download-artifact.ts
+++ b/catalog-ui/src/app/directives/download-artifact/download-artifact.ts
@@ -20,7 +20,8 @@
'use strict';
import {IFileDownload, Component, ArtifactModel} from "app/models";
-import {EventListenerService, CacheService} from "app/services";
+import {EventListenerService} from "app/services";
+import {CacheService} from "app/services-ng2";
import {EVENTS, FileUtils} from "app/utils";
export class DOWNLOAD_CSS_CLASSES {