<iron-image class="card" style="background-color: lightgray;" preload src$="{{getImagePath(item.gsx$filename.$t)}}"></iron-image> <img class="card" style="background-color: lightgray;" preload src$="{{getImagePath(item.gsx$filename.$t)}}" on-click="onCardClick">Polymer({ is:"my-portfolio", ... }, onCardClick: function(){ console.log("Card Clicked:"); }, ready: function() { }});Follow Polymer on Google+: plus.google.com/107187849809354688692
---
You received this message because you are subscribed to the Google Groups "Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to polymer-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/e963b400-9960-4981-afef-2782428d4604%40googlegroups.com.