Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aganglada/ng-chosen

angular directive implemented with chosen jquery plugin
https://github.com/aganglada/ng-chosen

angular-components angularjs chosen

Last synced: about 1 month ago
JSON representation

angular directive implemented with chosen jquery plugin

Awesome Lists containing this project

README

        

# ng-chosen

ng-chosen is a directive written in angular 1.x which uses the chosen jquery plugin to make it as usable as the plugin is.

# Install

```
npm install ng-chosen
```

# Usage

```
1.

angular.module('app', ['ng-chosen']);

2.

Normal Select Box 1
red
black
yellow
orange
blue
brown
green
white

```

# Links

* [chosen examples](https://harvesthq.github.io/chosen/)
* [chosen github repo](https://github.com/harvesthq/chosen)