From 50d198324ab2d58b64687a1f4dc1664db97427d4 Mon Sep 17 00:00:00 2001 From: efernandez Date: Wed, 30 Jan 2019 13:11:49 -0300 Subject: [PATCH] quito inyecciones --- gulpfile.js | 1 - src/js/app.js | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 734b1db..c7b884e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -44,7 +44,6 @@ gulp.task('uglify', ['templates'], function() { 'tmp/views.js' ]), concat('foca-busqueda-cliente.js'), - replace("['ui.bootstrap', 'focaDirectivas', 'angular-ladda']", '[]'), replace('src/views/', ''), gulp.dest(paths.tmp), rename('foca-busqueda-cliente.min.js'), diff --git a/src/js/app.js b/src/js/app.js index b534bdc..f7717df 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -1,6 +1 @@ -angular.module('focaBusquedaCliente', [ - 'ui.bootstrap', - 'focaDirectivas', - 'angular-ladda', - 'focaModal' -]); +angular.module('focaBusquedaCliente', []); -- 1.9.1