Itens

Quantidade Valor Total
{{ item.getName() }}   {{ item.getQuantity() | number }}   {{ item.getPrice() | currency : "R$" }} {{ item.getTotal() | currency : "R$" }}
Total: {{ ngCart.totalCost() | currency : "R$" }}