This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Performance: angular.copy 1.2 vs 1.3 #11990
Closed
Description
I have a issue with performance. When I upgrade my app angular 1.2 to 1.3. The app run very slow when digest a big data. $digest in 1.2 just 3s but in 1.3 it take about 10s. I checked and saw angular.copy in 1.2 is run faster than 1.3 2-3 times. You can check it in: http://jsfiddle.net/hoanghaibui2003/0npr2sqn/2/