Commit cb2c9dce3df4f39c8842a1751634b0c7b55ce7f4
Exists in
master
and in
2 other branches
Merge branch 'master' into 'master'
Master (pmarco) See merge request modulos-npm/foca-login!4
Showing
2 changed files
Show diff stats
gulpfile.js
src/views/foca-login.html
| ... | ... | @@ -10,6 +10,7 @@ |
| 10 | 10 | ng-model = "usuario.idUsuario" |
| 11 | 11 | foca-focus = "paso == 1" |
| 12 | 12 | ng-keyup = "$event.keyCode == 13 && irPaso(2)" |
| 13 | + teclado-virtual | |
| 13 | 14 | /> |
| 14 | 15 | </div> |
| 15 | 16 | <div class="login-campo"> |
| ... | ... | @@ -19,6 +20,7 @@ |
| 19 | 20 | ng-model = "usuario.clave" |
| 20 | 21 | foca-focus = "paso == 2" |
| 21 | 22 | ng-keyup = "$event.keyCode == 13 && enviar()" |
| 23 | + teclado-virtual | |
| 22 | 24 | /> |
| 23 | 25 | </div> |
| 24 | 26 | </form> |