Backbone.Mutators icon indicating copy to clipboard operation
Backbone.Mutators copied to clipboard

Getter update problem

Open darioherrera opened this issue 11 years ago • 2 comments

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'

darioherrera avatar Jun 26 '13 17:06 darioherrera

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 :)

asciidisco avatar Jun 26 '13 21:06 asciidisco

Hi @darioherrera, were you able to resolve this?

cluebcke avatar Dec 07 '13 06:12 cluebcke