https://github.com/rafalsep/angular-select2
Test
https://github.com/rafalsep/angular-select2
Last synced: 3 months ago
JSON representation
Test
- Host: GitHub
- URL: https://github.com/rafalsep/angular-select2
- Owner: rafalsep
- Created: 2014-10-05T18:51:05.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-16T19:09:15.000Z (almost 12 years ago)
- Last Synced: 2025-03-10T03:55:12.291Z (over 1 year ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Select2 support for angular js
This project is a simple standalone module that provides support for select 2 with native angular js implementation for
dropdowns. Uses ng-model with ng-options. Can be
## Key features
* Uses ng-model with ng-options angular js implementation angular select 2 doc
* Requires only to add "jq-select2" directive to select declaration
* Fast and lightweight
## Getting Started
To get you started you can simply clone the angular-select2 repository and install the dependencies:
Clone the angular-seed repository using [git][git]:
```
git clone https://github.com/Hopeisnear/angular-select2.git
```
## Install via [Bower](http://bower.io/)
- `bower install jq-select2`
- Include select2 lib with select2 styles or bootstrap styles
- select.js: ``
- select.css: ``
- or select2-bootstrap.css: ``
- Add the `jq.select2` module as a dependency: `angular.module("myApp", ["jq.select2"]);`
## Demo
Live examples available under at http://hopeisnear.github.io
## Development
* Install [Node.js](http://nodejs.org/) and NPM (should come with)
* Run: `npm install`
## Running tests
* `gulp test`
## License
There is none, use as you wish