From 0f3d6bb2f4fc06205a347cc1b3c2f67e1842450c Mon Sep 17 00:00:00 2001 From: Stepan Suvorov Date: Sun, 16 Jul 2017 14:52:50 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9af6e3..0621a67 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Note: code snippets do NOT have access to the full console API, for example no a take up in a collection of objects, read [Measuring Space Allocation][measure]. * [keys-vs-values.js](keys-vs-values.js) - measures length of keys vs length of values in an array. -### Angular performance +### AngularJs performance * [ng-count-watchers.js](ng-count-watchers.js) - counts total watchers in the page. More watchers - slower digest cycle. @@ -94,6 +94,10 @@ the digest cycle runs. * [ng-throw-error.js](ng-throw-error.js) throws an error from the digest cycle; useful for checking if your [exception handler](http://glebbahmutov.com/blog/catch-all-errors-in-angular-app/) is working. +### Angular performance + +* are comming... + ## Misc snippets * [github-pull-request-template.js](github-pull-request-template.js) - better GitHub pull request