AngularStrap-Rails
angularstrap-rails adds AngularStrap set of angular directives to your rails asset pipeline.
Usage
To install put this in your Gemfile
gem 'angularstrap-rails'
Then add the following to your application.js
//= require angular-strapYou may also need to include the following in application.js
//= require angular-strap/bootstrap-datepicker
//= require angular-strap/bootstrap-select
//= require angular-strap/bootstrap-datepickerAnd this in your aplication.css.sass
# require angular-strap/bootstrap-datepicker
# require angular-strap/bootstrap-select
# require angular-strap/bootstrap-datepickerFor further information on how to use it refer to AngularStrap
Contributing
- Fork it
- 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