Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getter update problem #23

Open
darioherrera opened this issue Jun 26, 2013 · 2 comments
Open

Getter update problem #23

darioherrera opened this issue Jun 26, 2013 · 2 comments
Assignees
Labels

Comments

@darioherrera
Copy link

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'

@asciidisco
Copy link
Owner

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

@ghost ghost assigned asciidisco Oct 30, 2013
@cluebcke
Copy link
Collaborator

cluebcke commented Dec 7, 2013

Hi @darioherrera, were you able to resolve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants