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

Error on cell edit #402

Closed
pro85 opened this issue May 9, 2013 · 5 comments
Closed

Error on cell edit #402

pro85 opened this issue May 9, 2013 · 5 comments

Comments

@pro85
Copy link

pro85 commented May 9, 2013

On keyup in edited input i get error
setter is not a function
Version 2.0.5, angularjs 1.0.6.

@pro85
Copy link
Author

pro85 commented May 9, 2013

Maybe getter must be:
var getter = $parse($scope.$eval('col.field'));

@c0bra
Copy link
Contributor

c0bra commented May 9, 2013

Is the value of cell not a string? If so, then this is probably the same issue as #399, which will be fixed in the 2.0.6 release

@pro85
Copy link
Author

pro85 commented May 11, 2013

Yes value is number.

@c0bra
Copy link
Contributor

c0bra commented May 11, 2013

There is a fix slated for the 2.0.6 release. The $eval around the column
property is causing issues with the $parse that editable cells use.
On May 10, 2013 11:13 PM, "pro85" notifications@github.com wrote:

Yes value is number.


Reply to this email directly or view it on GitHubhttps://github.com//issues/402#issuecomment-17754064
.

@jonricaurte jonricaurte mentioned this issue Jun 28, 2013
@jonricaurte
Copy link
Contributor

This will work in 2.0.7. (was fixed in 2.0.6)

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

No branches or pull requests

3 participants