New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

angular-ui-select-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-ui-select-rails

  • 0.18.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Angular::Ui::Select::Rails

angular-ui-select-rails is a asset pipeline friendly version of AngularJS ui-select.

Installation

Add the gem in your Gemfile:

gem 'angular-ui-select-rails'

After bundling, add the directives to your manifest files.

JavaScripts (application.js):

//= require angular-ui-select

Stylesheets (application.css):

//= require angular-ui-select

Add 'ui.select' into your app declaration:

app = angular.module('MyApp', ["ui.select"])

Usage

For instructions on setting up the Angular directives see https://github.com/angular-ui/ui-select.

Extra styling

To include styles beyond the default, you can include Select2 CSS(v3.5):

//= require angular-ui-select2

Or, include your choice of vendored Selectize stylesheets.

Contributing

  1. Fork it ( http://github.com//angular-ui-select-rails/fork )
  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

FAQs

Package last updated on 20 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc