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
is-open
When using the is-open option with a non-assignable expression (i.e. true, false), the following error occurs:
Expression 'true' used with directive 'liteAccordion' is non-assignable!
The expected behaviour would be that when a non-assignable expression is used, it is only used for initialization and not data-bound.
See https://docs.angularjs.org/error/$compile/nonassign?p0=true&p1=liteAccordion for details.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using the
is-open
option with a non-assignable expression (i.e. true, false), the following error occurs:Expression 'true' used with directive 'liteAccordion' is non-assignable!
The expected behaviour would be that when a non-assignable expression is used, it is only used for initialization and not data-bound.
See https://docs.angularjs.org/error/$compile/nonassign?p0=true&p1=liteAccordion for details.
The text was updated successfully, but these errors were encountered: