angular-xeditable
angular-xeditable copied to clipboard
update the model does not update value in editable items
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?
Can you post a jsfiddle or plunge showing your issue?