Hi.
Just started looking at Polymer and am planning to move the site i built too it. One of the things i need is a drop down menu ( So using HTML select at the moment) im guessing i could use paper-menu for the same task.
The icon however does not display i can click where the icon is and it will do the animation and show the menu, but no icon.
Iv'e double checked the imports but didn't notice anything missing and no errors from console
link to example
The example is in the register tab underneath the plain text of "University List selector"
code<paper-menu-button icon="menu" halign="left">
<div>Menu Item 1</div>
<div>Menu Item 2</div>
<div>Menu Item 3</div>
</paper-menu-button>
Thanks in Advance
Sorry if im late replying going to work straight after this post