Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aganglada/ng-chosen
- Owner: aganglada
- License: mit
- Created: 2015-06-07T19:08:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-28T17:50:56.000Z (over 9 years ago)
- Last Synced: 2024-11-01T14:16:56.786Z (about 2 months ago)
- Topics: angular-components, angularjs, chosen
- Language: HTML
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)