3
I have a little problem to make a filter in Angularjs in a date field.
Below follows the html:
<td class="text-center" title="'Data'" filter="{ dataProposta: 'text'}" id="'data'">
{{p.dataProposta | date: "dd/MM/yyyy"}}
</td>
The view is as follows:
In the input
date when typing the date in Brazilian format 24/03/2016, the system does not filter, but if I type 2016-03-24, I can see the filters made for this date.
And where is the code that makes the filter?
– Sorack
Opa friend. I ended up having to leave work and I saw your comment today. But what the friend below answered helped me here. Anyway thank you too.
– Antonini Matias