Just trying to apply negate operator, it seems not working, any input on this appreciated.
it is definitely not a blocker, i can write a compute method to handle it, but negate operator makes more sense to me at-least.
Below snippet not working, if i remove the negate operator it works in opposite way of what i expect.
<div hidden$="{{!productDetails}}">
My Hidden Content
</div>
Documentation (not a comprehensive one)
https://www.polymer-project.org/1.0/docs/devguide/templates.html
productDetailshastype: Boolean? If not, that could be your issue. - Whyser