Commit 2e97bc0d71558d0c944e65179eb30c783dbc742c

Authored by Jose Pinto
1 parent 1f97bd91d1
Exists in master

correccion espacio

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -242,7 +242,7 @@ angular.module('focaCrearHojaRuta') .controller('hojaRutaCtrl',
242 242 templateUrl: 'modal-vehiculo.html',
243 243 controller: 'focaModalVehiculoController',
244 244 size: 'lg',
245   - resolve:{
  245 + resolve: {
246 246 idTransportista: $scope.hojaRuta.transportista.codigo
247 247 }
248 248 }