-
Notifications
You must be signed in to change notification settings - Fork 3k
ui-view won't evaluate attribute expressions like class="{{foo}}" #662
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
Is this the same as #514? |
Btw, I just tagged that commit as 0.2.7. :-) |
I'm not sure it's the same as #514 (since I'm not using I get the same results when using the angular-1.2 branch (new Plunkr). |
Yeah I believe they're related. I'm looking at this now and writing test cases |
Dupe of #866 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, thank you for maintaining this incredible, necessary Angular module.
I'm using the patched version of 0.2.6 and Angular 1.2.4 in this simplified plunkr.
I had been classing my ui-view with the state name with just
class="{{$state.current.name}}"
, but now it seems that attribute expressions inui-view
elements are not being evaluated/interpolated.The text was updated successfully, but these errors were encountered: