We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0ea08c + d6b245a commit 5116738Copy full SHA for 5116738
README.md
@@ -40,7 +40,7 @@ The browser will have timeline and CPU profile.
40
* [ng-run-digest-cycle.js](ng-run-digest-cycle.js) - triggers digest cycle starting with root scope.
41
* [ng-profile-data-change.js](ng-profile-data-change.js) - changes data on the scope, runs digest cycle
42
to profile listeners.
43
-* [ng-scope-size.js](ng-scope.size.js) - finds total size of all user objects attached to all scopes.
+* [ng-scope-size.js](ng-scope-size.js) - finds total size of all user objects attached to all scopes.
44
Smaller data - faster copying and comparison during digest cycle.
45
* [ng-find-scope-property.js](ng-find-scope-property.js) - finds all scopes that own a property
46
with given name.
0 commit comments