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.
This is using transclusion and uses the ngTransclude directive to perform the transclusion. The issue I am seeing that when inside the compile function (or really linking function), the scope.$id is 004 however when I try to access scope.$id directly inside the template, I get 005.
In this example I am still using transclusion however I am manually performing the transclude process but it gives me the expected scope.$id when I try to access it directly inside the template.