Commit f2814ef6621960016670360a1badeda63df7c923

Authored by Eric Fernandez
1 parent 488b2c556d
Exists in master

code review

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/focaTipo-directive.js
... ... @@ -9,7 +9,7 @@ angular.module('focaDirectivas')
9 9 }
10 10 element[0].type = 'number';
11 11 $rootScope.$on('usarTeclado', function(event, data) {
12   - if(data){
  12 + if(data) {
13 13 mostrarTeclado = true;
14 14 element[0].type = 'text';
15 15 return;