Commit f3394c97c9889538ea1a1762b026d46100f76935
Exists in
master
Merge branch 'master' into 'master'
Master (pmarco) See merge request modulos-npm/foca-login!5
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -8,9 +8,10 @@ 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 | - $scope.irPaso = function(numeroPaso){ | |
14 | + $scope.irPaso = function(numeroPaso) { | |
14 | 15 | $scope.paso = numeroPaso; |
15 | 16 | }; |
16 | 17 | } |