vitalets / angular-xeditable

Edit in place for AngularJS
http://vitalets.github.io/angular-xeditable
MIT License
1.91k stars 403 forks source link

Table row not hiding when we hit Save button #360

Closed exp-anoop closed 7 years ago

exp-anoop commented 9 years ago

Table row not hiding when we hit Save button on edit mode, showing the following error in the console .

angular.js:9959 TypeError: k.assign is not a function at c.m.save (http://localhost:8289/vendor/xeditable/xeditable.min.js:6:7840) at http://localhost:8289/vendor/xeditable/xeditable.min.js:6:12184 at Array.forEach (native) at Object.forEach (http://localhost:8289/vendor/angular/angular.js:325:11) at FormController.g.$save (http://localhost:8289/vendor/xeditable/xeditable.min.js:6:12146) at val (http://localhost:8289/vendor/angular/angular.js:1054:18) at c (http://localhost:8289/vendor/xeditable/xeditable.min.js:6:14324) at Object.then (http://localhost:8289/vendor/xeditable/xeditable.min.js:6:14596) at FormController.a (http://localhost:8289/vendor/xeditable/xeditable.min.js:6:11635) at http://localhost:8289/vendor/angular/angular.js:1049:18

Please help me to resolve this issue.

mylonos commented 9 years ago

Have similar issue,

TypeError: k.assign is not a function at c.m.save (xeditable.min.js:170) at xeditable.min.js:298 at Object.forEach (angular.js:332) at FormController.g.$save (xeditable.min.js:297) at val (angular.js:1029) at c (xeditable.min.js:357) at Object.then (xeditable.min.js:368) at FormController.a (xeditable.min.js:275) at angular.js:1024 at c (xeditable.min.js:357)

ckosloski commented 8 years ago

Can you provide a Plunker or JSFiddle showing your issue?

ckosloski commented 7 years ago

@exp-anoop are you still having an issue?

exp-anoop commented 7 years ago

I think I solved this issue

ckosloski commented 7 years ago

OK, can you please close then?

exp-anoop commented 7 years ago

Sure

rajesh-rns commented 6 years ago

@exp-anoop could you please provide info on how you fixed it? I am facing the exact same issue. Thanks

exp-anoop commented 6 years ago

I have done this long ago. Let me check how I solved this issue.