Commit b12520306f236e283023578a8252739c5a2f39fd
Exists in
master
and in
2 other branches
Merge remote-tracking branch 'upstream/master'
Showing
1 changed file
 
Show diff stats
src/js/controller.js
| ... | ... | @@ -241,7 +241,12 @@ angular.module('focaCrearHojaRuta') .controller('hojaRutaCtrl', | 
| 241 | 241 | ariaLabelledBy: 'Busqueda de Vehiculo', | 
| 242 | 242 | templateUrl: 'modal-vehiculo.html', | 
| 243 | 243 | controller: 'focaModalVehiculoController', | 
| 244 | - size: 'lg' | |
| 244 | + size: 'lg', | |
| 245 | + resolve: { | |
| 246 | + idTransportista: function() { | |
| 247 | + return -1; | |
| 248 | + } | |
| 249 | + } | |
| 245 | 250 | } | 
| 246 | 251 | ); | 
| 247 | 252 |