Commit c37a7fba149aa0d3e332bfac9f9d68b2a316c27c
1 parent
5096a7794f
Exists in
master
and in
1 other branch
quito inyecciones
Showing
2 changed files
with
1 additions
and
24 deletions
Show diff stats
gulpfile.js
... | ... | @@ -43,11 +43,6 @@ gulp.task('uglify', ['templates'], function() { |
43 | 43 | gulp.dest(paths.tmp), |
44 | 44 | rename('foca-crear-nota-pedido.min.js'), |
45 | 45 | uglify(), |
46 | - replace('"ngRoute","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+ | |
47 | - '"focaModalProveedor","focaBusquedaCliente","focaModalPrecioCondicion",'+ | |
48 | - '"focaModalFlete","focaDirectivas","focaModal","focaModalDomicilio",'+ | |
49 | - '"focaModalMoneda","focaModalCotizacion","focaSeguimiento"'+ | |
50 | - ',"focaBotoneraLateral","angular-ladda","cordovaGeolocationModule"', ''), | |
51 | 46 | gulp.dest(paths.dist) |
52 | 47 | ] |
53 | 48 | ); |
src/js/app.js
1 | -angular.module('focaCrearNotaPedido', [ | |
2 | - 'ngRoute', | |
3 | - 'ui.bootstrap', | |
4 | - 'focaModalVendedores', | |
5 | - 'focaBusquedaProductos', | |
6 | - 'focaModalProveedor', | |
7 | - 'focaBusquedaCliente', | |
8 | - 'focaModalPrecioCondicion', | |
9 | - 'focaModalFlete', | |
10 | - 'focaDirectivas', | |
11 | - 'focaModal', | |
12 | - 'focaModalDomicilio', | |
13 | - 'focaModalMoneda', | |
14 | - 'focaModalCotizacion', | |
15 | - 'focaSeguimiento', | |
16 | - 'focaBotoneraLateral', | |
17 | - 'angular-ladda', | |
18 | - 'cordovaGeolocationModule' | |
19 | -]); | |
1 | +angular.module('focaCrearNotaPedido', []); |