googlearchive / polyup

A helpful assistant for migrating from Polymer v0.5 to 1.0. Does many of the boring mechanical parts for you.
http://polymerlabs.github.io/polyup/
BSD 3-Clause "New" or "Revised" License
38 stars 9 forks source link

Declarative event handlers need to remove {{}} #24

Closed ebidel closed 9 years ago

ebidel commented 9 years ago

In 0.5, I had on-tap="{{toggle}}" which was preserved. Instead, this should be: on-tap="toggle" in 1.0.

rictic commented 9 years ago

These bug reports are really helpful, thanks for them!

ebidel commented 9 years ago

This tool is already amazing! Just catching things porting chromestatus.com