From 60c65f2110f65221bc3a71b2887667e78c53c53e Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Wed, 22 Mar 2017 17:44:16 +0000
Subject: [PATCH] #3527 fix - Added pack/license actions and a lot of bugfixing

---
 securis/src/main/webapp/systemjs.config.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/securis/src/main/webapp/systemjs.config.js b/securis/src/main/webapp/systemjs.config.js
index 4567190..476858d 100644
--- a/securis/src/main/webapp/systemjs.config.js
+++ b/securis/src/main/webapp/systemjs.config.js
@@ -16,6 +16,7 @@
     // other libraries
     'rxjs': 'npm:rxjs',
     'ng2-toastr': 'npm:ng2-toastr',
+    'file-saver': 'npm:file-saver/FileSaver.js',
     'angular-2-local-storage': 'npm:angular-2-local-storage/dist',
     'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js'
   }

--
Gitblit v1.3.2