How to register user with editable mode disabled using angularjs and xeditable?

1

I would like the data to have already triggered the save, or something like that, when it comes to adding the user, it appears without being in edit mode.

See my example on FIDDLE .

How could I solve this?

I'm using this library .

Obs: More details of the question is in the reply to Lucas's comment.

    
asked by anonymous 03.02.2017 / 14:08

1 answer

1

I found out how to make it work:

Just put this in the form tag:

<form shown="false">
    
03.02.2017 / 18:07