https://github.com/paramsinghvc/ng-rating
An Angular directive for the implementing rating system in Angular.
https://github.com/paramsinghvc/ng-rating
Last synced: 11 months ago
JSON representation
An Angular directive for the implementing rating system in Angular.
- Host: GitHub
- URL: https://github.com/paramsinghvc/ng-rating
- Owner: paramsinghvc
- License: mit
- Created: 2016-03-29T12:49:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-31T06:53:58.000Z (over 10 years ago)
- Last Synced: 2025-02-28T09:08:52.209Z (over 1 year ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ng-rating
An Angular directive for the implementing rating system in Angular.
#

### Configuartion options
```
$scope.ratingOptions = {
blocks: 8,
slabs: [
'0 - 100',
'100 - 200',
'200 - 300',
'300 - 400',
'400 - 500'
],
symbol: '★',
hoverSymbol: '☆',
symbolColor: '#ffffff',
symbolHoverColor: '#ffcc00'
}
```
### Directive Usage :
`
`