Skip to content

AngularJS-native version of Select2 and Selectize

License

Notifications You must be signed in to change notification settings

swalters/ui-select

This branch is 576 commits behind angular-ui/ui-select:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

28466ab · Jan 22, 2015
Jan 12, 2015
Jan 12, 2015
Jan 22, 2015
Jan 22, 2015
Dec 7, 2014
Jul 12, 2014
Feb 14, 2014
Jan 7, 2015
Jan 12, 2015
Jul 12, 2014
Jul 12, 2014
Jan 12, 2015

Repository files navigation

AngularJS ui-select Build Status

Gitter

AngularJS-native version of Select2 and Selectize.

Features

  • Search, Select, and Multi-select
  • Themes: Bootstrap, Select2 and Selectize
  • Keyboard support
  • jQuery not 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.

Development

Prepare your environment

  • Install Node.js and NPM (should come with)
  • Install global dev dependencies: npm install -g bower gulp
  • Install local dev dependencies: npm install && bower 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 jshin, build and test when changed

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 95.8%
  • CSS 4.2%