From c37a7fba149aa0d3e332bfac9f9d68b2a316c27c Mon Sep 17 00:00:00 2001 From: efernandez Date: Tue, 5 Feb 2019 12:02:44 -0300 Subject: [PATCH] quito inyecciones --- gulpfile.js | 5 ----- src/js/app.js | 20 +------------------- 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 8dacc6d..0c4021b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -43,11 +43,6 @@ gulp.task('uglify', ['templates'], function() { gulp.dest(paths.tmp), rename('foca-crear-nota-pedido.min.js'), uglify(), - replace('"ngRoute","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+ - '"focaModalProveedor","focaBusquedaCliente","focaModalPrecioCondicion",'+ - '"focaModalFlete","focaDirectivas","focaModal","focaModalDomicilio",'+ - '"focaModalMoneda","focaModalCotizacion","focaSeguimiento"'+ - ',"focaBotoneraLateral","angular-ladda","cordovaGeolocationModule"', ''), gulp.dest(paths.dist) ] ); diff --git a/src/js/app.js b/src/js/app.js index 7ed5b66..0b40e3d 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -1,19 +1 @@ -angular.module('focaCrearNotaPedido', [ - 'ngRoute', - 'ui.bootstrap', - 'focaModalVendedores', - 'focaBusquedaProductos', - 'focaModalProveedor', - 'focaBusquedaCliente', - 'focaModalPrecioCondicion', - 'focaModalFlete', - 'focaDirectivas', - 'focaModal', - 'focaModalDomicilio', - 'focaModalMoneda', - 'focaModalCotizacion', - 'focaSeguimiento', - 'focaBotoneraLateral', - 'angular-ladda', - 'cordovaGeolocationModule' -]); +angular.module('focaCrearNotaPedido', []); -- 1.9.1