2014-08-27 00:01:15 +00:00
|
|
|
<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>
|
|
|
|
|
2014-09-03 16:52:28 +00:00
|
|
|
<link rel="stylesheet" href="../shared/controller.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>
|