Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moshfeu/multi-select-angularjs

AngularJS directive for the "multi-select" jQuery plugin
https://github.com/moshfeu/multi-select-angularjs

angularjs angularjs-directives jquery multi-select

Last synced: 7 days ago
JSON representation

AngularJS directive for the "multi-select" jQuery plugin

Awesome Lists containing this project

README

        

[![https://nodei.co/npm/multi-select-angularjs.png?downloads=true&downloadRank=true&stars=true](https://nodei.co/npm/multi-select-angularjs.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/multi-select-angularjs)

[![HitCount](https://hits.dwyl.com/moshfeu/multi-select-angularjs.svg)](https://hits.dwyl.com/dwyl/start-here)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/moshfeu/multi-select-angularjs/issues)

An AngularJS directive for the plugin [multi-select](https://github.com/lou/multi-select)

__Table of content__

- [Demo](#demo)
- [Depenecies](#depenecies)
- [Installation](#installation)
- [Options / Events](#options--events)
- [Contributors](#contributors)
- [License](#license)

## Demo

Demo

## Depenecies

- jQuery 1.8+
- angularjs
- jquery.multi-select.js

### Optional

- jquery.quicksearch.js ([docs](http://loudev.com/) - find the title `Searchable`)

## Installation

```shell
npm install multi-select-angularjs --save
```

```html

```

## Usage

**javascript**
```javascript
app.module('your-modoule', ['jq-multi-select']);
```
**html**
```html

```


## Options / Events

Pass the options ([docs](http://loudev.com/) - find the title `options`) object into `ms-options` attribute.

**javascript**
```javascript
$scope.msOptions = {
afterInit: function (container) {
console.log('afterInit');
}
};
```
**html**
```html

```

## Contributors
[@bigtree6688](https://github.com/bigtree6688)
[@flycal6](https://github.com/flycal6)

## License
[MIT](http://opensource.org/licenses/MIT) License.