dat.gui/elements/controller-string/controller-string.html
2014-08-26 17:01:15 -07:00

19 lines
405 B
HTML

<link rel="import" href="../../../polymer/polymer.html">
<link rel="import" href="../controller-base/controller-base.html">
<script src="controller-string.js"></script>
<polymer-element
name="controller-string"
extends="controller-base"
>
<template>
<link rel="stylesheet" href="controller-string.css">
<input id="input" type="text" value="{{ value }}">
</template>
</polymer-element>