asciidisco / asciidisco/Backbone.Mutators

Getter update problem

Open
#23 2 comments 0 reactions 1 assignee Claimed by @asciidisco View on GitHub
bug
Dominant language
JavaScript
Stars
227
Forks
27
PR merge metrics
No merged PRs in 30d

Description

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'

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.