fix(httpBackend): should not read response data when request is aborted
When a request is aborted, it makes no sense to read the response headers or text. Also in IE9, trying to read data (either response headers or text) from an aborted request throws an Error c00c023f. Fixes #4913 Closes #4940
G
Gonzalo Ruiz de Villa committed
6f1050df4fa885bd59ce85adbef7350ea93911a3
Parent: 4d16472
Committed by Igor Minar <igor@angularjs.org>
on 11/22/2013, 7:09:46 AM