AngularJS directive for creating "starrating" form fields
comming soon
Still working on it.
Include the starRating
dependency on your Angular module:
var app = angular.module('demoapp', ['starRating']);
After that, you are ready. Just define an object with the basic configuration (ng-model
, and data-ratingsubject
) and a default five star 10 level rating will be rendered.