Commit 0c15871f2a5f9100533ab7bdcf7ad4cd80dafe57
1 parent
16b4a7c6c6
Exists in
master
líneas que exceden los 100 caracteres
Showing
1 changed file
with
18 additions
and
4 deletions
Show diff stats
index.html
... | ... | @@ -52,12 +52,26 @@ |
52 | 52 | <botonera-horizontal></botonera-horizontal> |
53 | 53 | <div ng-view class="container contenedor"></div> |
54 | 54 | <div ng-controller="appWrapperDemoController" class="container"> |
55 | - <div class="btn-group-toggle" data-toggle="buttons" ng-click="mostrarTeclado = !mostrarTeclado"> | |
56 | - <label class="btn btn-secondary active boton-activar-teclado" ng-class="{'teclado-activar': mostrarTeclado}"> | |
57 | - <input type="checkbox" autocomplete="off"><i class="fa fa-keyboard-o fa-3x" aria-hidden="true"></i> | |
55 | + <div | |
56 | + class="btn-group-toggle" | |
57 | + data-toggle="buttons" | |
58 | + ng-click="mostrarTeclado = !mostrarTeclado"> | |
59 | + <label | |
60 | + class="btn btn-secondary active boton-activar-teclado" | |
61 | + ng-class="{'teclado-activar': mostrarTeclado}"> | |
62 | + <input | |
63 | + type="checkbox" | |
64 | + autocomplete="off" | |
65 | + > | |
66 | + <i class="fa fa-keyboard-o fa-3x" aria-hidden="true"></i> | |
58 | 67 | </label> |
59 | 68 | </div> |
60 | - <foca-teclado ng-show="mostrarTeclado && hasFocus" alfanumeric="true" numeric="true"></foca-teclado> | |
69 | + <foca-teclado | |
70 | + ng-show="mostrarTeclado && hasFocus" | |
71 | + alfanumeric="true" | |
72 | + numeric="true" | |
73 | + > | |
74 | + </foca-teclado> | |
61 | 75 | </div> |
62 | 76 | </body> |
63 | 77 | </html> |