Skip to content

Getter update problem #23

Description

@darioherrera

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'

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions