angular-xeditable icon indicating copy to clipboard operation
angular-xeditable copied to clipboard

Nested Form Solution

Open joweste opened this issue 8 years ago • 1 comments

I have read many posts related to nested forms, ng-form ... I use xeditable with angularjs and it´s splendid. This is an excellent work.

My problem is when I have nested forms in my view I get an error as:

Form with editable elements should have editable-form attribute. <span editable-text="row.NOME" e-name="NOME" e-form="mainForm.tableform" class="ng-scope ng-binding editable">

I don´t find nothing to solve it. Someone said about a fork/branch but I did not found nothing.

Does someone has a solution working to use xeditable in nested forms? Any suggestion to workaround this problem or an alternative, please?

joweste avatar Nov 27 '17 03:11 joweste

Did you take a look at #157? There is a branch with a proposed fix there (although it broke existing tests, but I never testing it with nested forms). Maybe that fix solves your problem.

ckosloski avatar Nov 27 '17 16:11 ckosloski