Commit cf29b0b5d27031d6e9774a796e2ed385a1e864ea
1 parent
82e35db006
Exists in
master
Modifiqué los modales alert y confirm para hacer foco en botón Aceptar.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/views/modal-alert.html
src/views/modal-confirm.html
... | ... | @@ -7,6 +7,6 @@ |
7 | 7 | </p> |
8 | 8 | </div> |
9 | 9 | <div class="modal-footer"> |
10 | - <button class="btn btn-danger" ng-click="aceptar()">Aceptar</button> | |
10 | + <button class="btn btn-danger" ng-click="aceptar()" foca-focus="true">Aceptar</button> | |
11 | 11 | <button class="btn btn-default" ng-click="cancelar()">Cancelar</button> |
12 | 12 | </div> |