From 2f1156c502d78cf9f121316fe54fc2aba1275ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s?= Date: Fri, 22 Feb 2019 14:49:41 -0300 Subject: [PATCH] filesaver --- index.html | 1 + package.json | 1 + src/js/app.js | 1 + 3 files changed, 3 insertions(+) diff --git a/index.html b/index.html index 153997b..813bf8c 100644 --- a/index.html +++ b/index.html @@ -37,6 +37,7 @@ + diff --git a/package.json b/package.json index d6d4d1f..eef7a8a 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "angular": "^1.7.7", "angular-chart.js": "1.1.1", "angular-cookies": "^1.7.7", + "angular-file-saver": "^1.1.3", "angular-i18n": "^1.7.7", "angular-ladda": "^0.4.3", "angular-mocks": "^1.7.7", diff --git a/src/js/app.js b/src/js/app.js index 9b06706..a409945 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -11,6 +11,7 @@ angular.module('appWrapperDemo', [ 'ui.swiper', 'ui.grid', 'ui.grid.exporter', + 'ngFileSaver', // MODULOS FOCA 'focaAbmPreciosCondiciones', -- 1.9.1