Commit 9127911099bdabac1bf94b9c928fa8806b16b2fb

Authored by Eric Fernandez
1 parent e1555fb8e9
Exists in master and in 1 other branch develop

Primera versión estable

src/sass/_teclado.scss
1   -
2 1 .keyboard {
3 2 -webkit-touch-callout: none;
4 3 -webkit-user-select: none;
... ... @@ -60,4 +59,4 @@
60 59 width: 40px;
61 60 height: 50px;
62 61 }
63   -}
64 62 \ No newline at end of file
  63 +}
src/sass/general.scss
1   -@import 'teclado';
2 1 \ No newline at end of file
  2 +@import 'teclado';
src/views/teclado.html
1   -
2 1 <on-screen-keyboard rows="rows" alfanumeric="$ctrl.alfanumeric" numeric="$ctrl.numeric"></on-screen-keyboard>