Skip to content

AngularJS-native version of Select2 and Selectize

License

Notifications You must be signed in to change notification settings

whitef0x0/ui-select

This branch is 6 commits ahead of, 154 commits behind angular-ui/ui-select:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 16, 2016
Jun 4, 2016
May 31, 2016
Jun 4, 2016
May 25, 2016
Mar 31, 2016
Mar 31, 2016
Dec 7, 2014
May 11, 2016
May 16, 2016
Mar 16, 2016
Feb 14, 2014
Apr 27, 2016
May 16, 2016
Jul 13, 2014
Apr 4, 2016
May 16, 2016
Feb 18, 2016
Mar 23, 2016
May 16, 2016

Repository files navigation

AngularJS ui-select Build Status Gitter

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.

About

AngularJS-native version of Select2 and Selectize

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.9%
  • CSS 4.3%
  • HTML 3.5%
  • Shell 0.3%