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
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.
The text was updated successfully, but these errors were encountered:
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 forlogin
andregister
.This worked perfectly up until I ran
bower update
a day or so ago. Now theui-view
tag is never rendered within theng-if
.If I move it outside of this block it then renders.
The text was updated successfully, but these errors were encountered: