Commit b25becceee04ab73c5e38a91046ae7b92ac972f9

Authored by Eric Fernandez
1 parent 6d022c98da
Exists in master

quito todas las inyecciones

Showing 2 changed files with 1 additions and 20 deletions   Show diff stats
... ... @@ -40,7 +40,6 @@ gulp.task('uglify', ['templates'], function() {
40 40 ]),
41 41 concat('foca-crear-hoja-ruta.js'),
42 42 replace('src/views/', ''),
43   - replace("'ngRoute','focaModalRemito','ui.bootstrap','focaBotoneraLateral'", ''),
44 43 gulp.dest(paths.tmp),
45 44 rename('foca-crear-hoja-ruta.min.js'),
46 45 uglify(),
1   -angular.module('focaCrearHojaRuta', [
2   - 'ngRoute',
3   - 'focaModalRemito',
4   - 'ui.bootstrap',
5   - 'focaBotoneraLateral',
6   - /*'focaBusquedaProductos',
7   - 'focaModalProveedor',
8   - 'focaBusquedaCliente',
9   - 'focaModalPrecioCondicion',
10   - 'focaModalFlete',
11   - 'focaDirectivas',
12   - 'focaModal',
13   - 'focaModalDomicilio',
14   - 'focaModalMoneda',
15   - 'focaModalCotizacion',
16   - 'focaSeguimiento',
17   - 'angular-ladda',
18   - 'cordovaGeolocationModule'*/
19   -]);
  1 +angular.module('focaCrearHojaRuta', []);