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

Commit

Permalink
fix names in metadata.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Apr 24, 2014
1 parent 26d68ac commit 919ab4b
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions metadata.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
<x-meta id="polymer-ui-field" label="Polymer Field">
<x-meta id="core-field" label="Polymer Core Field">
<template>
<polymer-ui-field icon="search" theme="polymer-ui-light-theme">
<polymer-ui-icon icon="search"></polymer-ui-icon>
<input placeholder="text input" flex>
</polymer-ui-field>
<core-field icon="search" theme="polymer-ui-light-theme">
<core-icon icon="search"></core-icon>
<core-input placeholder="text input" flex></core-input>
</core-field>
</template>
<template id="imports">
<link rel="import" href="polymer-ui-field.html">
<link rel="import" href="../polymer-ui-icon/polymer-ui-icon.html">
<link rel="import" href="core-field.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-input/core-input.html">
</template>
</x-meta>

<x-meta id="input" label="Input" isHidden>
<property name="placeholder" kind="string"></property>
<property name="value" kind="string"></property>
</x-meta>

0 comments on commit 919ab4b

Please sign in to comment.