javascript - Polymer icons not showing in Chrome -


i using meteor backend , polymer frontend. have imported icons not showing in chrome:

<link rel="import" href="/bower_components/paper-icon-button/paper-icon-button.html"> <link rel="import" href="/bower_components/iron-icons/iron-icons.html"> <link rel="import" href="/bower_components/iron-icon/iron-icon.html"> <link rel="import" href="/bower_components/iron-pages/iron-pages.html"> 

they show in safari , firefox on mac 10.10.3. chrome version 43.0

this not work in chrome:

<paper-icon-button icon="favorite"></paper-icon-button> 

i have cleared cache , restarted both server , mac shows in firefox , safari. im reinstall mbp im losing more hairs in young age.

possible duplicate of this. working on fix, in meantime can use solution in thread:

polymer 1.0 default icon set in iron-icons not working using blaze (meteor) templating engine


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -