I need to insert a dynamic filter, which comes from a select, into my ng-repeat
select ng-model="campoBusca" input type="text" ng-model="busca" ng-repeat="funcionario in funcionarios | filter: { campoBusca: busca}"
But is not it right, some other alternative?