This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf($interpolate): moving interpolation values/result cache into the…
… $scope - this removes the use of $scope $destroy watchers to clear the cache which was creating 13k closures (according to chrome memory analyzer) - this adds a private $$interpolateCache value to the $scope, or uses a interpolationFn 'global' cache similar to the previous 'notAScope' cache key
- Loading branch information
Showing
1 changed file
with
26 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters