You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
By the way, is the SO answer the canoncial way to do this? It is a bit inconsistent/surprising that some parts of Polymer allow for directly passing arguments into functions via the template (e.g. the "if" argument within a dom-if allows syntax like "myfunction(prop)"), but events don't allow this.