I have the following function:
$scope.calcularTotal = function(startDate, endDate){
$scope.items = $filter('betweenDate')($scope.items, 'dataPagamento', startDate, endDate);
console.log("testee: "+$scope.items)
var total = 0;
v...
asked by
03.11.2015 / 18:11