This repository has been archived by the owner on May 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
Invalid watchers count with transclude directives #4
Comments
Wow, terrific find. Thanks! I'll look into fixing that. |
+1 |
Apologies, I'll see about getting this fixed soon. |
No worries. Since Batarang development has been at a stall, we rely more and more on ng-inspector and ng-stats nowdays. Thank you for all your awesome work. |
I've republished to npm and bower with version 1.0.4 :-) Thanks! |
Oh, and never fear. Batarang will be released in brand new glory soon :-) |
Do I hope! Thanks. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Different nodes can share same scope. In this case ng-stats will count same watcher multiple times.
Following example has 20 watchers according to ng-stats, but actually just 8 (I added all watchers to array and filtered to unique values)
http://run.plnkr.co/plunks/KX2BPbbt47gYtEtcS6GR/
Plunker sources: http://plnkr.co/edit/KX2BPbbt47gYtEtcS6GR
The text was updated successfully, but these errors were encountered: