Sha256: 0e90d8b12ddcc184270b4faa12f9198bea759677bf96620d0a0d98309195ef8e
Contents?: true
Size: 704 Bytes
Versions: 1
Compression:
Stored size: 704 Bytes
Contents
# angular-ui-select2-rails [angular-ui-select2](https://github.com/angular-ui/ui-select2) packaged for Rails assets pipeline ## Usage Add this line to your application's Gemfile: ```ruby gem 'angular-ui-select2-rails' ``` Add the following directive to your Javascript manifest file (application.js): ```js //= require angular-ui-select2 ``` Add the following directive to your CSS manifest file (application.css): ```css *= require angular-ui-select2 ``` ## 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
angular-ui-select2-rails-0.1.1 | README.md |