Commit b307af73f33d266e4b8f37fea54f44fd0656e1cb
1 parent
78ce3c2b01
Exists in
master
espacio
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -42,7 +42,7 @@ angular.module('focaModalVehiculo') |
42 | 42 | {$: $scope.filters} |
43 | 43 | ); |
44 | 44 | |
45 | - if(pressed && $scope.filteredVehiculos.length === 0){ | |
45 | + if(pressed && $scope.filteredVehiculos.length === 0) { | |
46 | 46 | $timeout(function() { |
47 | 47 | angular.element('#search')[0].focus(); |
48 | 48 | $scope.filters = ''; |