Commit 53321f9708b82b2419c8245e159153b49ed8a824
1 parent
a4566b19f5
Exists in
master
and in
1 other branch
Codigo identado.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -210,8 +210,8 @@ angular.module('focaBusquedaCliente') |
| 210 | 210 | $scope.focused = val; |
| 211 | 211 | }; |
| 212 | 212 | |
| 213 | - //Recibe aviso si el teclado está en uso | |
| 214 | - $rootScope.$on('usarTeclado', function (event, data) { | |
| 213 | + //Recibe aviso si el teclado está en uso | |
| 214 | + $rootScope.$on('usarTeclado', function (event, data) { | |
| 215 | 215 | if (data) { |
| 216 | 216 | $scope.mostrarTeclado = true; |
| 217 | 217 | return; |