-
Notifications
You must be signed in to change notification settings - Fork 3k
ui-view inside a directive that does NOT ng-transclude does not work #2033
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
Hi Regards, |
Same here, using |
I'm also running into trouble getting |
@jvmccarthy can you open a new issue with that and a plnkr showing it in action? Has anyone tried this with the new feature-1.0 branch? |
Closing due to inactivity |
Hi there,
I am using ui-router (v.0.2.14) and have
ui-view
nested insideangular-pageslide-directive
- https://github.com/dpiccone/ng-pageslide. As you can see from the directive's code - it does NOT transclude (transclude: false
).I am experienced the same issue described here - #774 - as long as I put
ui-vew
inside the directive, theui-view
becomes empty.Here is the sample code:
here it the
ui-view
s definitions:any help would be appreciated...
Best Regards,
Angel
The text was updated successfully, but these errors were encountered: