Commit d9156d6889496f0d46cc629a19f59b1f598d460f
Exists in
master
Merge branch 'master' into 'develop'
Master See merge request !21
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -656,7 +656,8 @@ angular.module('focaCrearFactura').controller('facturaController', [ |
656 | 656 | return focaModalService |
657 | 657 | .prompt({ |
658 | 658 | titulo: 'Indique Contraseña', |
659 | - value: '' | |
659 | + value: '', | |
660 | + tipo: 'password' | |
660 | 661 | }) |
661 | 662 | .then(function (contraseña) { |
662 | 663 |