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

Editable Cell throwing TypeError: undefined is not a function when changing cell value #440

Closed
jcamorgan opened this issue May 21, 2013 · 4 comments

Comments

@jcamorgan
Copy link

The directive below tries to call the angular function setter(obj, path, setValue) {...} but only passes two variables - setter($scope.row.entity,newVal);

ngGridDirectives.directive('ngInput',['$parse', function($parse)  ...
....
$scope.$apply(function(){setter($scope.row.entity,newVal); });
....
@c0bra
Copy link
Contributor

c0bra commented May 21, 2013

Duplicate of #399 and #364; there is a fix in the 2.0.6 branch which has not been released yet.

@Dhana-Krishnasamy
Copy link

Well, I figured it, it was because I had added JQuery after Angular in index.html, reversing the order fixes the issue. I shall leave this comment here , if it helps someone.

@c0bra
Copy link
Contributor

c0bra commented Aug 10, 2014

Yea that's a common one. Glad you got the solution.

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