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.
Yes I just saw some changes on the new ngView were reverted, using the new code everything works again, thanks. I'll wait for next RC to update my projects.
There have since been several changes to Angular's compiler related to this. I assume this should be working now (in ~1.2.4), but let me know if that's not the case and I'll gladly re-open it. Thanks!
If I put an ngView directive inside an ngSwitch I do not see the correct template rendered: all I get, inspecting the html, is an empty comment.
If I check with the debugger all the code that process the ngView directive seem to run correctly, I just don't get the template inserted in the DOM.
To reproduce the issue you can use this code:
and for the template file use:
any idea on how to solve the thing?
Thanks all for your help.
Alessandro
The text was updated successfully, but these errors were encountered: