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

https://github.com/gaetansenn/angular-rate

AngularJS directive for rating. Using font-awesome and optimized for bootstrap
https://github.com/gaetansenn/angular-rate

Last synced: 6 months ago
JSON representation

AngularJS directive for rating. Using font-awesome and optimized for bootstrap

Awesome Lists containing this project

README

          

AngularJS Rate
=============================

**Angular Rate** is an AngularJS rating directive.

![rate example](https://raw.github.com/gaetansenn/angular-rate/master/rate.gif)

### Current Version 0.1.1

# Getting stated
Optionally: to install with bower, use:

```
bower install --save angular-rate
```

# Add AngularJS Rate

Add the module in your angular module.

````javascript
angular.module('main', ['angularRate']);
````

## How to use

Angular rate directive working with the element attribute and using the value from the ng-model.

```html

```

If you are using bootstrap framework you can also add the class 'form-control' as you will use with an input.

For more advanced functionality you can add a couple of options:

```html


```