I have an ng-repeat that returns me a list.
Every line, I have a default text that appears if a variable is > 0
So far so good.
How do I add in the filter only show the record when the default text is filled in?
The content is in a div:
<div name="pesq" id "pesq" style="padding-left: 5px;color:red"> =texto padrão= </div>
<tr ng-repeat="nome in nomes | filter: 'pesq'">