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.
If I have a terminal directive on the same element as ng-include I cannot get access to element when linking occurs inside my directive.
In angular 1.2.1 -> 1.2.2 there was a regression with ng-include that caused this problem for all directives. #5247 fixed the problem for directives with terminal: false
It is still a problem for directives with terminal: true.