Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,20 @@ Samples and examples are available in the `samples/` folder. Please push your ow
JQuery and node.js backend demo https://github.com/resumable2/resumable.js/tree/master/samples/Node.js

## How can I install it?
use bower:
1. Get the library:

bower install resumable.js#~2
use cdn, look for available packages at http://www.jsdelivr.com/#!resumable.js
use bower:

or use git clone
bower install resumable.js#~2
use cdn, look for available packages at http://www.jsdelivr.com/#!resumable.js

or use git clone

git clone https://github.com/resumable2/resumable.js

2. Add the module to your app as a dependency:

git clone https://github.com/resumable2/resumable.js
angular.module('app', ['ngResumable'])

## How can I use it?

Expand Down