mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-06-11 07:43:28 +08:00
If a response or expectation contained a date object then `$httpBackend.expect` was not matching correctly. This commit encodes then decodes the object being matched to ensure consistency. Closes #5127