Commit ebea7927c68c29fddeb080183e81c98b48af8425
1 parent
bfc813dc28
Exists in
master
ahora si
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -330,7 +330,7 @@ angular.module('focaCrearHojaRuta') .controller('hojaRutaCtrl', |
330 | 330 | $scope.hojaRuta.vehiculo.id, $scope.remitosTabla.length <= 1).then( |
331 | 331 | function() { |
332 | 332 | $scope.remitosTabla.splice(key, 1); |
333 | - focaModalService.alert('Remito desasociados con éxito'); | |
333 | + focaModalService.alert('Remito desasociado con éxito'); | |
334 | 334 | } |
335 | 335 | ); |
336 | 336 | }); |