I am trying to count the number of watchers on a given page. I can do this 
currently with the code in ng-stats <https://github.com/kentcdodds/ng-stats>
. 

My next step is to find the watcher count at controller/module level. Right 
now what I get is a total number of watchers on a given page. Is there any 
way to get this data by components/modules ?

Is there something in the $injector that I can use to achieve this ? 

As every scope object has a unique ID, is this ID tied to the place of 
origin like controller ?

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to