I have a field in the page that serves to filter a table, but the filter is differentiating capital letters from lowercase letters, and I would like this not to happen, it follows 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 did not work, if anyone can help me I appreciate