manolo / gwt-polymer-elements

Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Apache License 2.0
155 stars 49 forks source link

could not find iconset `icons` problem #73

Closed rsallar closed 8 years ago

rsallar commented 8 years ago

I get into this problem:

image

This seems to be the solution:

http://stackoverflow.com/questions/30608194/polymer-1-0-default-icon-set-in-iron-icons-not-working-using-blaze-meteor-temp

rsallar commented 8 years ago

I missed this:

Polymer.importHref("iron-icons/iron-icons.html", new Function() { public Object call(Object arg) { // The app is executed when all imports succeed. return null; } });