Add text-input files

This commit is contained in:
Paul Szymanski
2016-01-02 02:26:07 +01:00
committed by Robin Linus
parent c8111e37bb
commit 3fb735e901
8 changed files with 201 additions and 27 deletions
@@ -0,0 +1,6 @@
<link rel="import" href="file-drop-behavior.html">
<link rel="import" href="file-button-behavior.html">
<script>
'use strict';
Chat.FileInputBehavior = [Chat.FileDropBehavior,Chat.FileButtonBehavior];
</script>
-17
View File
@@ -1,17 +0,0 @@
<link rel="import" href="file-drop-behavior.html">
<link rel="import" href="file-button-behavior.html">
<dom-module id="file-input">
<template>
<style>
</style>
<content></content>
</template>
<script>
'use strict';
Polymer({
is: 'file-input',
behaviors: [Chat.FileDropBehavior,Chat.FileButtonBehavior]
});
</script>
</dom-module>