hal/elemento

InnerHtml GWT generator fails when the template contains `$`

Closed this issue · 1 comments

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.

#34

hpehl commented

Fixed as part of #34