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

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.

Awesome Lists containing this project

README

          

# ng-rating
An Angular directive for the implementing rating system in Angular.
#
![ng Rating](https://zippy.gfycat.com/VainThoroughGeese.gif)

### 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 :

`

`