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
This means that if there's a binding:
active="{{active}}" and both actives start false, the attribute will remain.
The text was updated successfully, but these errors were encountered:
IMO, attributes that are parsed for binding information should simply be removed as a matter of course after being parsed.
Sorry, something went wrong.
- boolean properties are reflected as boolean attributes: fixes #240
3db2c64
- creating a property binding causes property-> attar reflection: fixes #239
Fixed.
sorvell
No branches or pull requests
This means that if there's a binding:
active="{{active}}" and both actives start false, the attribute will remain.
The text was updated successfully, but these errors were encountered: