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
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
This is because it tries to process what you put into the active attribute and it expects it to be boolean, but in your case there is no boolean so it fails. What is it you exactly what you're trying to accomplish through this kind of expression?
Yeah that looks like the same issue and the PR mentioned there should fix this in my case as well. I also submitted a PR as well (#1618).
The use case were I encountered this was comparing the route name stored as a scope variable (using Angular UI Router) to a string for each tab to set the active tab based on the current route(each tab has an associated route). I worked around the issue by using scope variables instead of an inline expression but I think either should be acceptable.
Inline expressions should be allowed to set the active tab.
Example:
http://plnkr.co/8099ELlVC7f9ck63gYaV
The text was updated successfully, but these errors were encountered: