Commit 64133df734c6733ea86f067db6117bcaeb5e9f6d

Authored by Eric Fernandez
1 parent b24e6bf3c0
Exists in master

espacio

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -41,7 +41,7 @@ angular.module('focaModalLocalidad')
41 41 $scope.provincias, { $: $scope.filters }
42 42 );
43 43  
44   - if(pressed && $scope.filteredLocalidades.length === 0){
  44 + if(pressed && $scope.filteredLocalidades.length === 0) {
45 45 $timeout(function() {
46 46 angular.element('#search')[0].focus();
47 47 $scope.filters = '';