From 64ecebdaf27b5cb62ec8903078f7ddfc83a80e9d Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Thu, 21 Feb 2019 15:04:00 -0300 Subject: [PATCH] correccion inyecciones --- gulpfile.js | 1 - index.html | 61 ---------------------------------------------- src/etc/develop.js.ejemplo | 2 +- src/js/app.js | 2 +- 4 files changed, 2 insertions(+), 64 deletions(-) delete mode 100644 index.html diff --git a/gulpfile.js b/gulpfile.js index 393b051..b62b061 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -40,7 +40,6 @@ gulp.task('uglify', ['templates'], function() { ]), concat('foca-modal-detalles.js'), replace('src/views/', ''), - replace("['ui.bootstrap', 'focaDirectivas']", '[]'), gulp.dest(paths.tmp), rename('foca-modal-detalles.min.js'), uglify(), diff --git a/index.html b/index.html deleted file mode 100644 index b869a2f..0000000 --- a/index.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/etc/develop.js.ejemplo b/src/etc/develop.js.ejemplo index c496b04..9ec7dc3 100644 --- a/src/etc/develop.js.ejemplo +++ b/src/etc/develop.js.ejemplo @@ -1,4 +1,4 @@ -angular.module('focaModalCheque') +angular.module('focaModalDetalles') .constant("API_ENDPOINT", { 'URL': '//127.0.0.1:9000' }); diff --git a/src/js/app.js b/src/js/app.js index 86860c4..3252c44 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -1 +1 @@ -angular.module('focaModalDetalles', ['ui.bootstrap', 'focaDirectivas', 'focaModal']); +angular.module('focaModalDetalles', []); -- 1.9.1