angular.js/src/ngResource
Karl Seamon fcd2a8131a perf($resource): use shallow copy instead of angular.copy
Replace calls to angular.copy with calls to a new function, shallowClearAndCopy.
Add calls to copy for cache access in $http in order to prevent modification of cached data.
Results in a measurable improvement to the startup time of complex apps within Google.

Closes #5300
2013-12-13 00:24:37 -08:00
..
.jshintrc chore(grunt): add jshint tasks 2013-10-22 15:32:40 -07:00
resource.js perf($resource): use shallow copy instead of angular.copy 2013-12-13 00:24:37 -08:00