Closed jolleekin closed 8 years ago
I had to create this transformer_binding package to solve this problem. However, this package cannot work with dynamically generated bindings wrapped in template[is=dom-if]
and template[is=dom-repeat]
.
Any update???
This package is a wrapper around Polymer JS, and does not handle any template parsing logic. Please refile the request there https://github.com/polymer/polymer/issues/new.
Polymer 0.5
Polymer 1.0
In Polymer 1.0, transformer behaviors must be manually implemented for each property or path. If there are tens or even hundreds of properties or paths that require transformers, it's just too painful to implement.