Commit a667c0089ab6b289549160fec57a2a8aa7a62501

Authored by Pablo Marco del Pont
1 parent 51b93fcc72
Exists in master

Añadí emit para cerrar teclado al loguearse.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/js/controller.js
... ... @@ -8,6 +8,7 @@ angular.module('focaLogin')
8 8 $cookies.put('idUsuario', $scope.usuario.idUsuario);
9 9 $cookies.put('token', datos.data.token);
10 10 $location.path('/');
  11 + $scope.$emit('blur');
11 12 });
12 13 };
13 14 $scope.irPaso = function(numeroPaso){