fix(angular-mocks): use copy of mock data in $httpBackend
Copy mock data returned from the mock $httpBackend. This prevents modifications to the response from affecting future responses. Previously, this misbehavior was being mitigated by the deep copy in $resource, but that no longer exists.
K
Karl Seamon committed
f69dc16241c8b631123ad0b09674f0a5e0ff32fe
Parent: f1a8d41
Committed by Brian Ford <btford@umich.edu>
on 12/11/2013, 11:18:45 PM