{{ vm.payments.length }}

Outgoings

{{ vm.getCompletedPayments() }} Payments made

Your payments for this month ({{ vm.getTotalMonthlyOutgoings().price | currency: '£' }})

Money left over {{ vm.getMoneyLeftOver() | currency: '£' }}

Weekly Spend {{ vm.getMoneyLeftOver() / 4 | currency: '£' }}

{{ payment.name }} {{ payment.price | currency: '£' }}
{{ payment.complete ? 'done' : 'close' }}