Commit 7491426182d7e2d688bf879f478cb36ba7337760
1 parent
23f6684449
Exists in
master
and in
2 other branches
cambios para mobile
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -47,7 +47,9 @@ angular.module('focaHojaRuta') |
| 47 | 47 | templateUrl: 'modal-detalle-hoja-ruta.html', |
| 48 | 48 | controller: 'focaModalDetalleHojaRutaController', |
| 49 | 49 | resolve: { |
| 50 | - idRemito : function() {return remito.id;} | |
| 50 | + parametros: { | |
| 51 | + remito: remito, | |
| 52 | + } | |
| 51 | 53 | }, |
| 52 | 54 | size: 'lg' |
| 53 | 55 | } |