Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moshfeu/multi-select-angularjs
- Owner: moshfeu
- Created: 2016-07-27T10:30:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T16:52:40.000Z (over 4 years ago)
- Last Synced: 2024-11-02T07:33:33.002Z (14 days ago)
- Topics: angularjs, angularjs-directives, jquery, multi-select
- Homepage: https://moshfeu.github.io/multi-select-angularjs
- Size: 25.4 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
## 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.