A gem that uses angular-file-upload as an asset in the Rails Asset Pipeline.
Add this line to your application's Gemfile:
gem 'angularjs-file-upload-rails', '~> 1.1.0'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install angularjs-file-upload
Include it in your JavaScript manifest (e.g. application.js
)
//= require angularjs-file-upload
* be sure that angular is required before angularjs-file-upload
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request