Corey Kosloski
Corey Kosloski
Maybe use `onbeforesave` instead? A plunker/jsfiddle might be useful as well to see what the issue is.
I took a look at this and didn't see anything obvious. Using `setTimeout` does fix the issue ``` setTimeout(function () { alert("validatyPeriod: " + $scope.validatyPeriod + " seconds"); }, 100);...
What error are you getting? Do you have plunker/jsfiddle showing your error (or does the demo site exhibit the same issue)?
If you remove the `track by` it works correctly https://jsfiddle.net/ckosloski/kby2839c/4/
Does removing the `track by` not work for you? The radiolist issue that was fixed, was fixed in xeditablebecause there was code in xeditable that was not correct. There really...
Xeditable already makes a copy. I'm not seeing anything obvious on what to fix. I tried a few things and couldn't figure anything out. Feel free to open a PR...
No, currently you can only do the pop-over for one xeditable element.
All single editable elements will work in a pop-over. There currently is nothing to create a form in a pop-over or string multiple elements together in a pop-over. Pull requests...
@artforlife did you ever take a look at the code for a PR?
Take a look at [this](http://jsfiddle.net/ckosloski/dkbhc9s5/13/) and see if it works for you.