You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be unbinding our $rootScope.$on handlers when the scope is destroyed. This is a memory leak and can cause the function to run multiple times.
We have this in a few places like the pod-metrics directive.
We should be unbinding our
$rootScope.$on
handlers when the scope is destroyed. This is a memory leak and can cause the function to run multiple times.We have this in a few places like the pod-metrics directive.
cc @jwforres
The text was updated successfully, but these errors were encountered: