Commit bff8dac831ffbd403d71998113ba4f80e83cc662

Authored by Eric Fernandez
1 parent a54b9add51
Exists in master

espacios alrededor de +

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/js/controller.js
... ... @@ -66,8 +66,8 @@ angular.module('focaAbmPreciosCondiciones')
66 66 );
67 67 };
68 68 $scope.solicitarConfirmacionPlazoPago = function(plazoPago) {
69   - focaModalService.confirm('¿Está seguro que desea borrar el plazo de pago '+
70   - plazoPago.item+' '+plazoPago.dias + ' ?').then(
  69 + focaModalService.confirm('¿Está seguro que desea borrar el plazo de pago ' +
  70 + plazoPago.item + ' ' + plazoPago.dias + ' ?').then(
71 71 function(confirm) {
72 72 if (confirm) {
73 73 focaAbmPreciosCondicionesService.borrarPlazoPago(plazoPago.id);