You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: