[Fixed]-Do force-download responses need to be handled by angular to work? (download requested from an angular $http.post call)

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

Leave a comment