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

Edit cell error #364

Closed
AlasdairSwan opened this issue Apr 26, 2013 · 1 comment
Closed

Edit cell error #364

AlasdairSwan opened this issue Apr 26, 2013 · 1 comment
Assignees
Milestone

Comments

@AlasdairSwan
Copy link

In version 2.0.4 when I edit a cell there is a TypeError which prevents the cell from updating to the new value. I think the issue is with ngGridDirectives.directive('ngInput',['$parse', function($parse) {

In ng-grid-2.0.4.debug.js line 3003 the variable getter is undefined. It appears to be a problem with the passed in $parse but I could not figure out where this is defined.

The error can be seen when you try to update a value in the age column here http://plnkr.co/edit/B0PcV2?p=preview

There are actually 2 issues:
1) Editing a cell that contains a number throws a TypeError
2) Editing a cell that contains a string does not update the cell value/model

@ghost ghost assigned jonricaurte Apr 26, 2013
@c0bra
Copy link
Contributor

c0bra commented May 10, 2013

#399 is a duplicate of this. The bug is fixed in the 2.0.6 branch (which as of now is not released yet).

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

No branches or pull requests

3 participants