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
Please understand I do not speak English.
<template is="dom-if" if="{{ img_Path ==='./images/text-received.svg' }}" restamep="true">
How to use conditional yo Didn't? only if = boolean?
thank you
The text was updated successfully, but these errors were encountered:
You can't use an 0.5-style expression inside the if= -- you need to replace your expression with a computed binding, like:
if=
if="{{showImage(img_Path)}}"
See, for example: http://stackoverflow.com/questions/30607379/polymer-1-0-binding-css-classes/30607783#30607783
This is described in the migration guide under data binding:
https://www.polymer-project.org/1.0/docs/migration.html#data-binding
Sorry, something went wrong.
No branches or pull requests
Please understand I do not speak English.
How to use conditional yo Didn't?
only if = boolean?
thank you
The text was updated successfully, but these errors were encountered: