Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Dec 13, 2013
1 parent 13bc9a7 commit e9d4ae7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions metadata.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<x-meta id="ace-element" label="ace-element">
<template>
<ace-element style="width: 400px;height: 300px;">&lt;polymer-element name='my-element'>
&lt;template>&lt;/template>
&lt;script>
Polymer('my-element', {});
&lt;/script>
&lt;/polymer-element></ace-element>
</template>
<template id="imports">
<link rel="import" href="ace-element.html">
</template>
</x-meta>

0 comments on commit e9d4ae7

Please sign in to comment.