vitalets / angular-xeditable

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

update the model does not update value in editable items #672

Open msiqueira9 opened 7 years ago

msiqueira9 commented 7 years ago

Hi all, I have read the issue #130 that seemed to be similar to my problem but it still not working for me. I need to insert new items in my list/models without using the editable form and that is working fine. The new items show on the list, but when I click to edit the new item the inputs are empty as if there was no value there. If I cancel the values are there again as text. Is there anyway that I can tell the form to refresh the list of values?

ckosloski commented 7 years ago

Can you post a jsfiddle or plunge showing your issue?