https://github.com/dkarter/angulardd
A custom designed <select> dropdown using Angular and Sass
https://github.com/dkarter/angulardd
Last synced: about 2 months ago
JSON representation
A custom designed <select> dropdown using Angular and Sass
- Host: GitHub
- URL: https://github.com/dkarter/angulardd
- Owner: dkarter
- Created: 2014-10-21T21:21:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-21T21:43:55.000Z (over 11 years ago)
- Last Synced: 2025-02-25T13:54:48.105Z (over 1 year ago)
- Language: CSS
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularDD
A custom designed <select> dropdown using Angular and Sass
## Installation
Clone repo locally using
```
$ git clone [repo ssh clone url]
```
Using Bower run
```
$ bower install
```
Make sure you compile the sass file using
```
sass src/style.scss
```
# Development
```
sass --watch src/style.scss
```
## Usage
See src/dd.html for example
## Browser Compatibility
Tested and working with:
- Safari 8.0
- Firefox 32.0.3 & 33
- Chrome 38.0