dat.gui/elements/controller-string/controller-string.html

20 lines
382 B
HTML
Raw Normal View History

2014-08-23 07:05:22 +00:00
<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">
<div id="container">
</div>
</template>
</polymer-element>