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.
The expression changes in the DOM, but the ng-transclude directive does not react.
What is the expected behavior?
I would like for the contents of the above div to change to the content of the new named transclusion slot.
What is the motivation / use case for changing the behavior?
This simplifies (in my opinion) the API and allows the user to avoid creating extraneous DOM elements with ng-if or ng-switch just for selecting transclusion slot.
Which versions of Angular, and which browser / OS are affected by this issue?
1.5.x
I would be happy to attempt a pull request for this feature if no reason to avoid doing so is presented.