0.2.0 • Published 9 years ago

ng-upload-s3 v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Angular upload

travis build codecov coverage version downloads MIT License semantic-release

Installation

This package is distributed via npm:

npm install ng-upload-s3

Usage

require('ng-upload-s3')
angular.app('example', ['ng-upload-s3'])
<file-input file="vm.image" required="true"></file-input>

Options

file: variable you want updated with an image when uploaded required: sets input as required for processing form submissions

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago