samuelcardillo / polymer-lessons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't seem to work!?

kristianmandrup opened this issue · comments

Tried it and it doesn't show any messages. Also please clean up the code. Like you mention on the video, you do some "quick and dirty" code... I can't seem to get event.model to work in my own example and so it fails when I click on any of the fab buttons Where can I find the Polymer event API?

I did multiple commit today to fix the code and update it to Polymer 1.0 . Could you please try ?

event.model is fired when the element from where the event is fired is based on a template like here, a dom-repeat template.