Contains minimal amount of bootstrap modules needed to implement 5 star ratings with basic statistics like below:
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