ocombe / ocModal

An angularJS modal directive & service
66 stars 16 forks source link

Modal closes on enter #11

Open roshansachan opened 8 years ago

roshansachan commented 8 years ago

I have a form inside modal and am expecting the form to be submitted first and then on the basis of response from the form submission would like to close the modal but currently the modal is closed directly when I press enter and after the modal is closed the form is submitted. Is there any way I can prevent the modal to be closed on enter key.