Skip to content

BorisDutkin/angularjs-fileupload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

angularjs-fileupload

Installing & Useage:

  1. Include 'angular-file-upload.js' script to the html file.
  2. Include module dependency: angular.module('myApp', ['ngFileUpload']) ...
  3. Insert div with file-upload class in your controller in html.
  4. "file-upload" directive will automatically create $scope.formObject variable in your controller.
  5. Add data to the form if needed: $scope.formObject.setData({ name: '', email: '' }) ...
    Submit the form by calling: $scope.formObject.submit() ...

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published