Closed ebidel closed 9 years ago
In 0.5, I had on-tap="{{toggle}}" which was preserved. Instead, this should be: on-tap="toggle" in 1.0.
on-tap="{{toggle}}"
on-tap="toggle"
These bug reports are really helpful, thanks for them!
This tool is already amazing! Just catching things porting chromestatus.com
In 0.5, I had
on-tap="{{toggle}}"
which was preserved. Instead, this should be:on-tap="toggle"
in 1.0.