Commit 0daa6ab74919d6bed7af36ca5b5741e6ac12be12
1 parent
9d3b0486fb
Exists in
master
espacio
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -40,7 +40,7 @@ angular.module('focaModalProvincia') |
40 | 40 | $scope.provincias, { $: $scope.filters } |
41 | 41 | ); |
42 | 42 | |
43 | - if(pressed && $scope.filteredProvincias.length === 0){ | |
43 | + if(pressed && $scope.filteredProvincias.length === 0) { | |
44 | 44 | $timeout(function() { |
45 | 45 | angular.element('#search')[0].focus(); |
46 | 46 | $scope.filters = ''; |