Skip to content

Instantly share code, notes, and snippets.

@NoelOConnell
Last active October 12, 2015 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NoelOConnell/cb72b933ee978ccee322 to your computer and use it in GitHub Desktop.
Save NoelOConnell/cb72b933ee978ccee322 to your computer and use it in GitHub Desktop.
Count AngularJs Digests
var nbDigest = 0;
$rootScope.$watch(function () {
nbDigest++;
console.log(nbDigest);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment