We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just tried to use the $state.includes(). Here are some things I tried that worked or not:
States:
Tests:
http://plnkr.co/edit/0jL9j2JOm6AZ3Ucm0iAN
As far as I understand, $state.includes('client') should match app.client?
$state.includes('client')
app.client
Is it me or is there something wrong?
The text was updated successfully, but these errors were encountered:
includes and is does not support wildcards, AFAIK. See issue #244
includes does not yet support relative states, but there is an open pull request that needs some work #636
use the fully qualified state name
Sorry, something went wrong.
ok thanks.
No branches or pull requests
I just tried to use the $state.includes().
Here are some things I tried that worked or not:
States:
Tests:
http://plnkr.co/edit/0jL9j2JOm6AZ3Ucm0iAN
As far as I understand,
$state.includes('client')
should matchapp.client
?Is it me or is there something wrong?
The text was updated successfully, but these errors were encountered: