totalbalancetemp = (Number(this.balance)) + (Number(this.pastAmount));
My totalbalancetemp is returning undefined whereas this.balance is equal to 34 and this.pastAmount is equal to 23.
I have this in controller and displaying totalbalancetemp using exp in html