blaster
blaster

Reputation: 8937

Is There a Way to Check the Count of Angular Watchers on a Page?

I would like to be able to monitor this count for memory pressure troubleshooting purposes.

Upvotes: 1

Views: 521

Answers (1)

karaxuna
karaxuna

Reputation: 26930

Try this:

$scope.$$watchers.length

Upvotes: 1

Related Questions