-
Notifications
You must be signed in to change notification settings - Fork 3k
ng-show does not work with ui-view in v0.2.8 #867
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
This may also be a dupe of #834. Please see and close if so. |
#834 states that the problem is the combination of
However, Perhaps @damienklinnert can look at this and reduce #834 to its simplest form (i.e. without using |
This is fixed in #858 |
It seems that we can't use ng-show on a ui-view in v0.2.8.
Given the following:
The class ng-hide is always applied to the ui-view, and it is not an issue with the value of showView, because this is what the ui-view ends up containing:
Fiddle: http://jsfiddle.net/VhNLX
Thanks!
The text was updated successfully, but these errors were encountered: