0
Guys I have a field on the page that serves to filter a table, but the filter is differentiating capital letters from minuscule letters, and I wish that didn’t happen, follow the code:
<tr ng-repeat="participante in listaCadParticipante | filter : filtro">
<input type="text" class="form-control" placeholder="Digite aqui o texto para filtrar" ng-model="filtro" style="height:50px; />
I saw somewhere else to try to put filter : filtro : false
but it didn’t work, if anyone can help me I appreciate
add your filter to the question
– Felipe Duarte
I added input with filter
– Brayan