angular-xeditable
angular-xeditable copied to clipboard
Form status doesn't get updated using table row format
Using the example of form in table rows I see that $dirty or $invalid properties of rowform doesn't update on form values changes.
You can see a demo here: http://jsfiddle.net/5L3a1gcx/
Is there any Update on this ? Or anything Implemented that shows us only touched/dirty rows. Nothing found on this on the Examples at the moment. Because I want in my Code only to save changed Rows. But working with Edit Columns. So it would be later much work to save on server with 1000> Rows if it saves everything and not only $dirty ones.