Gemified version of ngGrid AngularJS plugin, found here: https://github.com/angular-ui/ng-grid.
Add this line to your application's Gemfile:
gem 'angularjs-ng-grid-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install angularjs-ng-grid-rails
Add it to your application.js
:
//= require angular/ui-grid
// or
//= require angular/ng-grid.min
and application.css
:
*= require angular/ui-grid
- Just run the includeed script:
./copy.sh
. It will clone the repo and copy the assets. - Update the version in the Gemspec file
- Git commit and push
The gem version mirrors the ngGrid version found here: https://github.com/angular-ui/ng-grid/blob/master/CHANGELOG.md.
- Fork it ( http://github.com//angularjs-ng-grid-rails/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request