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

19 lines
381 B
HTML
Raw Normal View History

2014-08-27 00:01:15 +00:00
<link rel="import" href="../controller-base/controller-base.html">
<script src="controller-function.js"></script>
<polymer-element
name="controller-function"
extends="controller-base"
>
<template>
2014-09-03 18:47:32 +00:00
<link rel="stylesheet" href="../shared/input.css">
2014-08-27 00:01:15 +00:00
<link rel="stylesheet" href="controller-function.css">
2014-09-03 16:16:11 +00:00
<div id="container"></div>
2014-08-27 00:01:15 +00:00
</template>
</polymer-element>