/angular-multi-select

simple hackable angular multi select

Primary LanguageJavaScript

Angular Multi select

This is a repo for modular angular multi select component. The code is based on angular 1.5 and will add support for 2.0. The simple project is mainly for practice for writing angular component but can also works as working piece with complete multi select/search logic.

To compile and run

You can open index.html in browser see a very simple demo.

If you want to try anything more on demo, You need first install dependencies by running:

npm install

After change the source code, please run

webpack --config webpack.config.js

Any advise is welcomed