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
- Host: GitHub
- URL: https://github.com/gaetansenn/angular-rate
- Owner: gaetansenn
- License: mit
- Created: 2016-02-15T11:10:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T15:32:43.000Z (over 9 years ago)
- Last Synced: 2025-03-14T10:09:34.366Z (7 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AngularJS Rate
=============================**Angular Rate** is an AngularJS rating directive.

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