Commit 3cbc5edf66a087cacf3decb96485f3f2a5396f49
1 parent
fa1eec1e9c
Exists in
master
archivos / inyecciones innecesarias en mobile
Showing
14 changed files
with
0 additions
and
12 deletions
Show diff stats
img/abmChofer.png
6.16 KB
img/abmPrecios.png
5.73 KB
img/abmVehiculos.png
3.74 KB
img/marker-icon-2x-blue.png
3.94 KB
img/marker-icon-2x-green.png
4.1 KB
img/marker-icon-2x-red.png
4.13 KB
img/marker-icon-green.png
1.78 KB
img/marker-icon-grey.png
1.65 KB
img/marker-icon-red.png
1.83 KB
img/marker-shadow.png
608 Bytes
img/seguimientoCobranza.png
12.1 KB
img/seguimientoHojaRuta.png
11.8 KB
img/seguimientoNotaPedido.png
12 KB
src/js/app.js
| ... | ... | @@ -11,14 +11,6 @@ angular.module('appWrapperDemo', [ |
| 11 | 11 | 'ui.swiper', |
| 12 | 12 | |
| 13 | 13 | // MODULOS FOCA |
| 14 | - 'focaAbmPlazoPago', | |
| 15 | - 'focaAbmPreciosCondiciones', | |
| 16 | - 'focaAbmSectores', | |
| 17 | - 'focaAbmVehiculo', | |
| 18 | - 'focaAbmChofer', | |
| 19 | - 'focaAbmVendedorCobrador', | |
| 20 | - 'focaActivarHojaRuta', | |
| 21 | - 'focaAdminSeguimiento', | |
| 22 | 14 | 'focaBotoneraFacturador', |
| 23 | 15 | 'focaBotoneraLateral', |
| 24 | 16 | 'focaBotoneraPrincipal', |
| ... | ... | @@ -27,7 +19,6 @@ angular.module('appWrapperDemo', [ |
| 27 | 19 | 'focaCabeceraFacturador', |
| 28 | 20 | 'focaConfiguracion', |
| 29 | 21 | 'focaCrearCobranza', |
| 30 | - 'focaCrearHojaRuta', | |
| 31 | 22 | 'focaCrearLogin', |
| 32 | 23 | 'focaCrearNotaPedido', |
| 33 | 24 | 'focaCrearRemito', |
| ... | ... | @@ -58,13 +49,10 @@ angular.module('appWrapperDemo', [ |
| 58 | 49 | 'focaModalProveedor', |
| 59 | 50 | 'focaModalProvincia', |
| 60 | 51 | 'focaModalPuntoDescarga', |
| 61 | - 'focaModalRemito', | |
| 62 | 52 | 'focaModalTarifaFlete', |
| 63 | 53 | 'focaModalTransportista', |
| 64 | 54 | 'focaModalUnidadMedida', |
| 65 | 55 | 'focaModalVendedores', |
| 66 | 56 | 'focaNombreEmpresa', |
| 67 | 57 | 'focaSeguimiento', |
| 68 | - 'focaTeclado', | |
| 69 | - 'focaLogisticaPedidoRuta' | |
| 70 | 58 | ]); |