Skip to content

ng-if wrapping ui-view, as of 0.2.8 #797

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

Closed
joseym opened this issue Jan 21, 2014 · 2 comments
Closed

ng-if wrapping ui-view, as of 0.2.8 #797

joseym opened this issue Jan 21, 2014 · 2 comments

Comments

@joseym
Copy link

joseym commented Jan 21, 2014

I'm working on an app that has 2 different "sections", authenticated and unauthenticated.

To accomplish this I have a block that loads in the authenticated template within index.html, and then a ui-view, wrapped in an ng-if block that renders the routes for login and register.

This worked perfectly up until I ran bower update a day or so ago. Now the ui-view tag is never rendered within the ng-if.

If I move it outside of this block it then renders.

@timkindberg
Copy link
Contributor

It seems likely that this is related to #774.

@nateabele
Copy link
Contributor

Yeah, this is a duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants