Commit d4430760c2f8d79553697d241ea770497796d020
1 parent
41ed1c3751
Exists in
master
ok modal-prompt
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -172,7 +172,9 @@ angular.module('focaModalDetalleHojaRuta') |
172 | 172 | |
173 | 173 | $scope.rechazar = function() { |
174 | 174 | focaModalService |
175 | - .prompt('Aclare el motivo de rechazo') | |
175 | + .prompt({ | |
176 | + titulo: 'Aclare el motivo de rechazo' | |
177 | + }) | |
176 | 178 | .then(function(motivo) { |
177 | 179 | $scope.cargando = true; |
178 | 180 | var remitoRechazado = $.extend(true, {}, $scope.remito); |