Commit 65d5d220fd1d0e9328849d7883e4f487fa8bdc0b

Authored by Eric Fernandez
1 parent 476237ba51
Exists in master

input type password

Showing 1 changed file with 2 additions and 1 deletions   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