I have a problem with making a filter in AngularJs in a date field.
Below is the html:
<td class="text-center" title="'Data'" filter="{ dataProposta: 'text'}" id="'data'">
{{p.dataProposta | date: "dd/MM/yyyy"}}
</td>
The view looks like this:
No% date% when entering the date in Brazilian format 03/24/2016 , the system does not filter, but if I type 2016-03-24 , I can see the filters made for this date.