From 6a883d52bc62800999f7525ccc78bd79a0593dfc Mon Sep 17 00:00:00 2001 From: efernandez Date: Mon, 28 Jan 2019 12:29:15 -0300 Subject: [PATCH] quito inyeccion --- gulpfile.js | 1 - src/js/app.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index e3ef1ee..f95e61b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -43,7 +43,6 @@ gulp.task('uglify', ['templates'], function() { gulp.dest(paths.tmp), rename('foca-modal-detalle-cisternas.min.js'), uglify(), - replace('"ui.bootstrap"', ''), gulp.dest(paths.dist) ] ); diff --git a/src/js/app.js b/src/js/app.js index 512a559..cca372e 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -1 +1 @@ -angular.module('focaModalDetalleCisternas', ['ui.bootstrap']); +angular.module('focaModalDetalleCisternas', []); -- 1.9.1