Commit af8a43d04a1e1b9135c3659695892401b15af8ef

Authored by Eric Fernandez
1 parent 94dc34b5e1
Exists in master

se seleccionar primer articulo por defecto

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/js/controllerDetalleVehiculo.js
... ... @@ -31,6 +31,7 @@ angular.module('focaLogisticaPedidoRuta')
31 31 $uibModalInstance.close();
32 32 }
33 33 $scope.articulos = res.data.articulosRemito;
  34 + $scope.cambioArticulo($scope.articulos[0]);
34 35 }
35 36 );
36 37 }