Commit 4ba3587f27b839863a4c7065a6b9c8854f0d6b49
1 parent
5df24d63ac
Exists in
master
modal prompt, email = true
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -308,7 +308,8 @@ angular.module('focaCrearCobranza') .controller('cobranzaController', |
| 308 | 308 | .prompt({ |
| 309 | 309 | titulo: 'Ingrese los emails separados por' + |
| 310 | 310 | ' coma para enviar comprobante', |
| 311 | - value: cliente.MAIL | |
| 311 | + value: cliente.MAIL, | |
| 312 | + email: true | |
| 312 | 313 | }) |
| 313 | 314 | .then(function(res) { |
| 314 | 315 | return Promise.all([ |