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

20 lines
388 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>