I am newbie with Polymer 0.9. I tried to use core-icon but I've been stuck 
this error when I imported core-icon.html

post-list.html
<link rel="import" href="bower_components/polymer/polymer.html">
<link rel="import" href="bower_components/core-icon/core-icon.html">

<dom-module name="post-list">
<template>
<h1>Here's Post List</h1>

</template>
<script>
Polymer({
  is: 'post-list',
});
</script>
</dom-module>

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/aae46669-7d69-420f-9bf1-9b5766a2dc8c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to