ui-select

WebJar for ui-select

License

License

MIT
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

ui-select
Last Version

Last Version

0.11.2
Release Date

Release Date

Type

Type

jar
Description

Description

ui-select
WebJar for ui-select
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/angular-ui/ui-select

Download ui-select

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/ui-select/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>ui-select</artifactId>
    <version>0.11.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/ui-select/
implementation 'org.webjars.bower:ui-select:0.11.2'
// https://jarcasting.com/artifacts/org.webjars.bower/ui-select/
implementation ("org.webjars.bower:ui-select:0.11.2")
'org.webjars.bower:ui-select:jar:0.11.2'
<dependency org="org.webjars.bower" name="ui-select" rev="0.11.2">
  <artifact name="ui-select" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='ui-select', version='0.11.2')
)
libraryDependencies += "org.webjars.bower" % "ui-select" % "0.11.2"
[org.webjars.bower/ui-select "0.11.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bower : angular jar [1.2.18,)

Project Modules

There are no modules declared in this project.

AngularJS ui-select Build Status Gitter PRs Welcome

AngularJS-native version of Select2 and Selectize. http://angular-ui.github.io/ui-select/

Getting Started

Latest Changes

Features

  • Search, Select, Multi-select and Tagging
  • Multiple Themes: Bootstrap, Select2 and Selectize
  • Keyboard support
  • No jQuery required (except for old browsers)
  • Small code base: 4.57KB min/gzipped vs 20KB for select2

For the roadmap, check issue #3 and the Wiki page.

Installation Methods

npm

$ npm install ui-select

bower

$ bower install angular-ui-select

Development

Prepare your environment

  • Install Node.js and NPM (should come with)
  • Install global dev dependencies: npm install -g gulp
  • Install local dev dependencies: npm install in repository directory

Development Commands

  • gulp to jshint, build and test
  • gulp build to jshint and build
  • gulp test for one-time test with karma (also build and jshint)
  • gulp watch to watch src files to jshint, build and test when changed
  • gulp docs build docs and examples

Contributing

When issuing a pull request, please exclude changes from the "dist" folder to avoid merge conflicts.

org.webjars.bower

AngularUI

Versions

Version
0.11.2