Skip to content

Instantly share code, notes, and snippets.

@azogheb
Last active October 16, 2015 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azogheb/45a53b39f396b3731464 to your computer and use it in GitHub Desktop.
Save azogheb/45a53b39f396b3731464 to your computer and use it in GitHub Desktop.
<dom-module id="x-safaribug">
<template>
<content></content>
<template is="dom-repeat">
Foo
</template>
</template>
<script>
Polymer({
is: 'x-safaribug'
});
</script>
</dom-module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment