-
Notifications
You must be signed in to change notification settings - Fork 3k
ui-view inside a directive that does ng-tranclude does not work #774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the simple reproduce code. I'm looking into it and will hopefully be able to patch it soon. |
Not moving to v0.2.8 because of this issue: angular-ui/ui-router#774
+1 |
+1 ..and, in case it helps, i'm pretty sure this happened in 'v0.2.7-dev-2014-02-13' (a402415), but I haven't had time to investigate the code yet. |
Yea its the new anchor placeholder stuff that went in that you see on lines 76-77 of viewDirective.js. I'm pretty sure we took that right from ngView or something though so we're not sure why it broke so much stuff. |
what is the status of this issue? I faced the same problem #907 and want to know which version doesn't have this transclude issue. I have no problem using an older version of ui-router as long as it can let my custom tab directive work |
@ndhoule Thanks Nathan, I confirm that 0.2.7 doesn't have this issue: |
Seems to be fixed by #858. |
Confirmed it fixes the issue. Sorry about other messages, havent had my morning coffee yet eek.. :\ |
Does it make sense to write a test spec for such a case ? Let me know if you want one. |
@gkohen Never gonna say no to more tests. 👍 Have at it. |
See this plunkr.
This code should load up the content of the template inside the panel. It doesn't. This is a regression in 0.2.8.
The text was updated successfully, but these errors were encountered: