This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ng-include regression not fully fixed by #5247 #6898
Open
Description
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.