dat.gui/elements/controller-function/controller-function.html
George Michael Brower e53bb92ffa tood
2014-09-03 12:16:11 -04:00

19 lines
387 B
HTML

<link rel="import" href="../../../polymer/polymer.html">
<link rel="import" href="../controller-base/controller-base.html">
<script src="controller-function.js"></script>
<polymer-element
name="controller-function"
extends="controller-base"
>
<template>
<link rel="stylesheet" href="controller-function.css">
<div id="container"></div>
</template>
</polymer-element>