mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-06-15 01:49:05 +08:00
This is a breaking change. To migrate to the new behavior, delete or set headers to `undefined` to avoid having them sent. To restore the old behavior, override `$httpBackendProvider` with the old implementation. Closes #2984