Commit 355c6bf45bd95774d524c9d98627e1ca1fed8e92
1 parent
2374346145
Exists in
master
Cambios según codereview.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -17,7 +17,7 @@ angular.module('appWrapperDemo') |
17 | 17 | } |
18 | 18 | }); |
19 | 19 | $rootScope.$on('blur', function(event) { |
20 | - $scope.timeout = $timeout(function(){ | |
20 | + $scope.timeout = $timeout(function() { | |
21 | 21 | $scope.mostrarTeclado = false; |
22 | 22 | if(!$scope.$$phase) { |
23 | 23 | $scope.$apply(); |