DinethH
DinethH

Reputation: 88

Polymer paper-dropdown-menu not working

Paper-dropdown-menu component seems to be working fine on the polymer website [ https://www.polymer-project.org/components/paper-dropdown-menu/demo.html ].

However, I downloaded polymer/web components 0.5.1 and the menu doesn't seem to render at all [on any browser]. [ http://idineth.com/garage-website/bower_components/paper-dropdown-menu/demo.html ]

Any idea why this is the case? Polymer website seems to be using the same branch if I'm not mistaken.

Upvotes: 0

Views: 1890

Answers (1)

Blake Bowen
Blake Bowen

Reputation: 1049

Try adding these imports.

<link rel="import" href="bower_components/web-animations-next/web-animations.html">
<link rel="import" href="bower_components/web-animations-js/web-animations.html">

Upvotes: 0

Related Questions