Commit 68c088ee5bc9ca6a69bb9a261dd5b746ee6f86b8

Authored by Eric Fernandez
1 parent f6563384a9
Exists in master

parámetro innecesario

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -21,7 +21,7 @@ angular.module('focaModalBanco')
21 21 $scope.busquedaPress = function(key) {
22 22 if (key === 13) {
23 23 $scope.searchLoading = true;
24   - focaModalBancoService.getBancos($scope.filters).then(
  24 + focaModalBancoService.getBancos().then(
25 25 function(res) {
26 26 $scope.searchLoading = false;
27 27 $scope.primerBusqueda = true;