Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

northwalker/angular-star-rating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An angular directive for rating

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors