i am trying to filter rows based on date as an criteria. Using the input type date as one of the search criteria, and filtering the rows based on the attribute name is not working.
ex - <input type="date" ng-model="searchc_date" name="dtCsltDoctor">
<li ng-repeat="cs in consultations|filter:searchc_date">
Is not yielding any result. I changed the data to be of same format. No matching rows.