From 75c31c7955e0841dfdfaa2c99238164f389efa81 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Tue, 16 Oct 2018 17:50:40 -0300 Subject: [PATCH] elmino inyeccion de modulo focaModal --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index ff07e35..3682b27 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -38,7 +38,7 @@ gulp.task('uglify', ['templates'], function() { 'tmp/views.js' ]), concat('foca-abm-plazo-pago.js'), - replace("['ngRoute', 'ui.bootstrap']", '[]'), + replace("['ngRoute', 'ui.bootstrap', 'focaModal']", '[]'), replace('src/views/', ''), gulp.dest(paths.tmp), rename('foca-abm-plazo-pago.min.js'), -- 1.9.1