appirio-tech/ng-file-upload

Name: ng-file-upload

Owner: Topcoder

Description: null

Created: 2015-07-01 17:58:45.0

Updated: 2016-01-11 18:26:46.0

Pushed: 2016-04-08 21:54:52.0

Homepage: null

Size: 669

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Appirio File Uploader

Using the repo in your app
Install
wer install --save ap-file-uploader
Configure

The ap-uploader directive takes two parameters passed as attributes to the directive. They are both passed as two-way (“=“) bindings:

status (required) - [string]: Gives the parent scope access to the status of the uploader. Useful for external validation (e.g. preventing form submission while uploads are in progress).

config (required) - [object]: Contains all the config information need to run and integrate the directive:

Developing on the repo
Install
m use
m install
Using the example app

npm run dev will start a local Browsersync server.

Comitting changes

The bower component served by this repo only includes the dist folder, which is committed.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.