You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
I am not familiar with how all browsers will handle action="" on a form, but all browsers I have tested default action="" to the current URL and will submit the form. action="#" is different, particularly if you use the html base tag.
If you create a form without an action and a controller in Angular, you will not be able to submit the form, see plunk:
http://plnkr.co/edit/gWFRMKGO3FzZtOgs4VmW?p=preview
Is this desired behaviour? If so, how do I disable it?
The text was updated successfully, but these errors were encountered: