1👍
✅
If you provide action
and method
in <form>
and don’t intercept the form submit event (ng-submit
) or the submit button event (ng-click
) the form will submit through default browser process.
Since it is a forced download nothing else should change within state of current page
Source:stackexchange.com