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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
fix($rootScope): do not mark $watchCollectionInterceptor as $stateful
This interceptor does not store any state, it only reads the (complex)
state of its input.
Removing the `$stateful` flag will allow some expressions (those with
`inputs` such as object/array literals) to avoid invoking the
`$watchCollectionInterceptor` and avoid creating the literals on each
digest.
0 commit comments