Last active
October 16, 2015 01:59
-
-
Save azogheb/45a53b39f396b3731464 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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