Commit e80493aa58944b1421a1ea3eb66d266d5242c2c7
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master See merge request !20
Showing
1 changed file
Show diff stats
src/js/controllerModal.js
... | ... | @@ -9,7 +9,7 @@ angular.module('focaModal') |
9 | 9 | function($timeout, $filter, $scope, $uibModalInstance, focaModalService, parametrosModal) { |
10 | 10 | |
11 | 11 | $scope.parametrosModal = parametrosModal; |
12 | - $scope.filters = ''; | |
12 | + $scope.filters = parametrosModal.searchText || ''; | |
13 | 13 | $scope.entidades = []; |
14 | 14 | $scope.primerBusqueda = false; |
15 | 15 | $scope.searchLoading = false; |