Sha256: 92ba8484d34114dad59c7f03210575b571da6ddbcb74bb484cf8c033186502d5
Contents?: true
Size: 719 Bytes
Versions: 1
Compression:
Stored size: 719 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-rails ``` Add the following directive to your CSS manifest file (application.css): ```css *= require angular-ui-select2-rails ``` ## 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.0 | README.md |