https://github.com/nonlogicaldev/angularstrap-rails
https://github.com/nonlogicaldev/angularstrap-rails
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nonlogicaldev/angularstrap-rails
- Owner: NonLogicalDev
- License: mit
- Created: 2013-09-17T05:47:48.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-17T07:19:14.000Z (almost 13 years ago)
- Last Synced: 2025-06-10T20:14:35.695Z (about 1 year ago)
- Language: Ruby
- Size: 156 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# AngularStrap-Rails
angularstrap-rails adds [AngularStrap](http://mgcrea.github.io/angular-strap/)
set of angular directives to your rails asset pipeline.
## Usage
To install put this in your Gemfile
```Gemfile
gem 'angularstrap-rails'
```
Then add the following to your application.js
```Javascript
//= require angular-strap
```
You may also need to include the following in application.js
```Javascript
//= require angular-strap/bootstrap-datepicker
//= require angular-strap/bootstrap-select
//= require angular-strap/bootstrap-datepicker
```
And this in your aplication.css.sass
```Sass
# require angular-strap/bootstrap-datepicker
# require angular-strap/bootstrap-select
# require angular-strap/bootstrap-datepicker
```
For further information on how to use it refer to [AngularStrap](http://mgcrea.github.io/angular-strap/)
## 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