Corey Kosloski

Results 203 comments of Corey Kosloski

Is this still an issue? If so, can you provide a jsfiddle or plunker?

@alzorz is this still an issue?

I use the `ng-keyup` to detect enter and then submit the form Add this to the `edtiable-` span `data-e-ng-keyup="$event.keyCode == 13 && submitForm('submitForm{{::$index}}')"` My button definition ``` ``` My functions:...

Looking at #19, this is a scope issue. Did some playing around, but didn't figure anything out.

Yeah, there isn't really a good way to overwrite the model data on save (see comments in #736) Resetting the model in `save` seems like your best bet.

Can you provide a jsfiddle or plunkr showing what the issue is that you are fixing? Or explain in more detail what the issue is? I don't see any issues...

You want to force the user to enter valid data without being able to cancel entry? Can't you just then use blur=submit and remove the display of the buttons?