summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/directives/file-opener/file-opener.ts
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/app/directives/file-opener/file-opener.ts')
-rw-r--r--catalog-ui/src/app/directives/file-opener/file-opener.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-ui/src/app/directives/file-opener/file-opener.ts b/catalog-ui/src/app/directives/file-opener/file-opener.ts
index 4abd2573bb..8240d07958 100644
--- a/catalog-ui/src/app/directives/file-opener/file-opener.ts
+++ b/catalog-ui/src/app/directives/file-opener/file-opener.ts
@@ -19,6 +19,7 @@
*/
'use strict';
+import * as _ from "lodash";
export interface IFileOpenerScope extends ng.IScope {
importFile:any;