AngularStrap-Rails

angular-strap-rails adds AngularStrap set of angular directives to your rails asset pipeline.

Usage

To install put this in your Gemfile

gem 'angular-strap-rails'

or

gem 'angular-strap-rails', github: 'vulpi-shu/angular-strap-rails'

Then add the following to your application.js

//= require angular-strap

You may also need to include the following in application.js

//= require angular-strap/datepicker
//= require angular-strap/select
//= require angular-strap/datepicker

And this in your aplication.css.sass

# require angular-strap

For further information on how to use it refer to AngularStrap

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request