Files
polymer/test/unit/template-elements.html

11 lines
134 B
HTML

<dom-module id="x-moduley">
<template>x-moduley</template>
</dom-module>
<script>
Polymer({
is: 'x-moduley'
});
</script>