Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 778 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 778 Bytes

angular-bootstrap-ratings

Contains minimal amount of bootstrap modules needed to implement 5 star ratings with basic statistics like below:

Screenshot

These are the modules used.

angular.module("ui.bootstrap.ratings", [
"ui.bootstrap.transition",
"ui.bootstrap.collapse",
"ui.bootstrap.progressbar",
"ui.bootstrap.rating",
"template/progressbar/progressbar.html",
"template/rating/rating.html"
]);

Installation:

bower install angular-bootstrap-ratings

Usage:

angular.module('myModule', ['ui.bootstrap.ratings']);

Based on angular version below

http://angular-ui.github.io/bootstrap/

Version: 0.11.2 - 2014-09-26

License: MIT