Backbone.Mutators
Backbone.Mutators copied to clipboard
Getter update problem
I have the following problem when rending column values:
total: function() { return this.get('baseprice') + this.get('workPrice'); --> 30 }
but when i do this.set('baseprice', 200), total value stills returns '30'
Hmm, that is weird. Would you like to put together a small reduced testcase on JSBin or so? That would be very helpful to spot the real issue.
Thank you for reporting :)
Hi @darioherrera, were you able to resolve this?