mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-28 02:36:18 -04:00
first full roundtrip
This commit is contained in:
parent
dd4809f519
commit
dc1af5ae7b
19 changed files with 222 additions and 450 deletions
17
app/elements/file-sharing/file-input.html
Normal file
17
app/elements/file-sharing/file-input.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue