fix($http): don't run transformData on HEAD methods
7b6c1d0 created this issue by using `Content-Type` to determine when to run `fromJson`. Because `HEAD` methods do not contain a body but are supposed to return the `Content-Type` header that would have been returned if it was a `GET` this functionality fails. Closes #9528 Closes #9529
M
Matthew Miller committed
6e4955a3086555d8ca30c29955faa213b39c6f27
Parent: 9db70d3
Committed by Tobias Bosch <tbosch1009@gmail.com>
on 10/10/2014, 4:54:18 PM