angular.js/test/ngMock
Karl Seamon f69dc16241 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.
2013-12-11 15:18:45 -08:00
..
angular-mocksSpec.js fix(angular-mocks): use copy of mock data in $httpBackend 2013-12-11 15:18:45 -08:00