Posts by Joel Santos • 11 points
1 post
-
1
votes1
answer20452
viewsQ: Cannot read Property 'length' of Undefined
**HTML Binding** {{total() | currency: 'R$ ' : 2 }} **Função** $scope.total = function(){ for (var i = $scope.custos.length - 1; i >= 0; i--) { total += $scope.custos[i].valor+total; } return…