Skip to content

onemightyroar/angular-file-dnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-file-dnd

A reusable AngularJS directive leveraging HTML5 Drag and Drop and the FileReader API

Installing The Module

Install via bower by executing the command bower install angular-file-dnd

Using The Directive

  1. Include the file in your view <script src="components/angular-file-dnd/dist/angular-file-dnd.min.js"></script>
  2. Add a dependency to 'omr.angularFileDnD' to your angular app.js file
  3. Use as documented here

Released under the MIT License.