InnerHtml GWT generator fails when the template contains `$`
Closed this issue · 1 comments
vegegoku commented
if you have $ in your template like this example <paper-button class$='[[something]]>test</paper-button>
the generator will produce a compile error
the use of $ is common in polymer and is being used to dynamically bind and inject css styles and image sources.