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.
When I have a div which is conditionally shown (logical condition in ng-if) ng-include doesn't work anymore....
In the following example on clicking the button a detail view should be shown (which includes a ng-include)...
On first click ng-included content is NOT shown. Than on every click a new element is added...
@kevin-smets looks like latest master has this fixed. I believe @IgorMinar fixed a wide variety of similarly reported transclusion issues in a commit last week.
@NathanWalker yup, I think I linked most of them, if not all to #3584. We're already using the latest snapshot for a few days which fixes the transclusion problems, thx for the tip.
Let's hope rc2 comes quick, so we can use bower again.
When I have a div which is conditionally shown (logical condition in ng-if) ng-include doesn't work anymore....
In the following example on clicking the button a detail view should be shown (which includes a ng-include)...
On first click ng-included content is NOT shown. Than on every click a new element is added...
http://plnkr.co/edit/RsJaSb
http://embed.plnkr.co/RsJaSb/preview
The text was updated successfully, but these errors were encountered: