Trouble in filter table data between two selected dates using angularjs
问题 I am working on filtering table content based on two selected dates. It do filter the date but result is not correct. dateRange Filter is written in controller. ProductionController angular.module('app').controller('ProductionController', ['$scope','$state','ProductionService','FarmerRepository', function(scope,state,ProductionService,FarmerRepository) { fetchAllUsers(); function fetchAllUsers() { ProductionService.fetchAllUsers().then(function(d) { produceList = d; scope.produceList =