Commit 0657bb2749d5592b1300821fa004aef4abfc7750
1 parent
fc5125f518
Exists in
master
quito inyeccion que no se usa
Showing
1 changed file
with
0 additions
and
1 deletions
 
Show diff stats
src/js/app.js
| 1 | angular.module('focaCrearRemito', [ | 1 | angular.module('focaCrearRemito', [ | 
| 2 | 'ngRoute', | 2 | 'ngRoute', | 
| 3 | 'ngCookies', | ||
| 4 | 'ui.bootstrap', | 3 | 'ui.bootstrap', | 
| 5 | 'focaModalVendedores', | 4 | 'focaModalVendedores', | 
| 6 | 'focaBusquedaProductos', | 5 | 'focaBusquedaProductos', | 
| 7 | 'focaModalProveedor', | 6 | 'focaModalProveedor', | 
| 8 | 'focaBusquedaCliente', | 7 | 'focaBusquedaCliente', | 
| 9 | 'focaModalPrecioCondicion', | 8 | 'focaModalPrecioCondicion', | 
| 10 | 'focaModalFlete', | 9 | 'focaModalFlete', | 
| 11 | 'focaDirectivas', | 10 | 'focaDirectivas', | 
| 12 | 'focaModal', | 11 | 'focaModal', | 
| 13 | 'focaModalDomicilio', | 12 | 'focaModalDomicilio', | 
| 14 | 'focaModalMoneda', | 13 | 'focaModalMoneda', | 
| 15 | 'focaModalCotizacion', | 14 | 'focaModalCotizacion', | 
| 16 | 'focaConfiguracion', | 15 | 'focaConfiguracion', | 
| 17 | 'angular-ladda', | 16 | 'angular-ladda', | 
| 18 | 'focaModalNotaPedido' | 17 | 'focaModalNotaPedido' | 
| 19 | ]); | 18 | ]); | 
| 20 | 19 |