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 May 29, 2019. It is now read-only.
I expect the showInheritedData directives inside the tab headings to show the text Inherited data= "this was inherited". However, they are showing Inherited data= "No inherited data available." because the directive link function doesn't receive the parent controller.
I think this problem occurs because the tabHeadingTransclude $watch expression executes after 'tab.$transcludeFn' method. This means the headingElement isn't on the DOM when Angular tries to check up the chain to resolve the directive's require attribute.