Commit 63c378ab5d8b3131326ff743a63ee9a5902849ba

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'master'

Master

See merge request !3
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 = '';