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 has been archived by the owner on May 29, 2019. It is now read-only.
If I have a directive (with transclude true) that has accordion in it's template then the transcluded scope of that directive does no longer inherit from outside scope (via __proto__, it's still accessible via $parent). It happens only if my directive has isolated scope.
If I have a directive (with transclude true) that has accordion in it's template then the transcluded scope of that directive does no longer inherit from outside scope (via
__proto__
, it's still accessible via$parent
). It happens only if my directive has isolated scope.http://jsfiddle.net/Z48WQ/2/
The text was updated successfully, but these errors were encountered: