ember-file-drop
v0.1.0
Published
A drag-and-droppable file input for your Ember app.
Downloads
2
Readme
ember-file-drop
A drag-and-droppable file input for your Ember app.
Installation
# From within your ember-cli project
ember install:addon ember-file-drop
Usage
{{#file-drop file=attachment onChange='handleAttachment'}}
Drag & drop your file or click to browse
{{/file-drop}}