Skip to content

Instantly share code, notes, and snippets.

@zachlysobey
Last active August 8, 2017 23:10
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zachlysobey/c45a2e5343c87ec9a1c5 to your computer and use it in GitHub Desktop.
Save zachlysobey/c45a2e5343c87ec9a1c5 to your computer and use it in GitHub Desktop.
Angular Multi-Select Revue

Angular Multi-Select Revue

isteven Angular MultiSelect

Notes:

  • Lots of features. Can be very pretty.
  • The codebase is large and sloppy.
  • I had performance issues with a large data-set.
  • Model-binding seems wonky

alexandernst angular-multi-select

Notes:

  • Fork of isteven project above (isteven/angular-multi-select#282)
  • Code issues are cleaned up. Numerous and frequent commits. Some new features, etc...
  • Implements nested items
  • Has real performance issues with Large datasets

dotanshima AngularJS Dropdown Multiselect

Dependencies:

  • Lodash
  • Bootstrap CSS

Notes:

  • Simple look
  • < 300 lines of source code

amitava82 angular-multiselect

Notes:

  • ~ 300 Lines of code
  • Nice balance of size & features
  • "Work in progress", some problems & inconsitancies
  • Not being actively developed by creator, but he is receptive to feedback and PRs

Examples:

shalotelli angular-multiselect

Notes:

AngularStrap select/multi-select

Notes:

  • looks nice and clean
  • good documentation
  • big project to pull in for one component
  • no filtering

angular-ui ui-select

angular-sc-select

Simple Home-rolled (no author?)

Simple Home-rolled (Rashim Muddin)

Simple Home-Rolled (long2know)

@mcshaz
Copy link

mcshaz commented Sep 28, 2016

Thank you for keeping this useful resource up to date.

I also stumbled across https://github.com/w11k/w11k-select which seems focused on performance for large data sets, but seems primitive in its features/display.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment