angular-star-rating
A star rating directive for AngularJS.
Examples
- Online Demo (JSFiddle): Demo Page
- Local Browser: /example/index.html
Requirements
- Angular JS
- Font Awesome (option, font for star)
Installation and Usage
Adding dependency to your project
angular.module('your-module-name', ['angular-star-rating']);
Decorating the rating-star by css file main.css
, your can define yourself.
<link rel="stylesheet" href="../dist/main.css">
Options
Below are the parameters supported.
- maxValue
- ratingValue
- isReadonly
- changeOnHover
License
The MIT License
To do
bugs fix