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.
While attempting to migrate from 1.2.x to 1.3.x, we have noticed that directives that use ngRepeat on their root element no longer properly inherit from the parent scope if replace is used. If the ngRepeat is not on the root element, or if replace is not used, scope inheritance works as expected.