Rating directive that will take care of visualising a star rating bar.
Rate: {{currentRate}}
Custom rating template provided as child element
Rate: {{currentRating}}
Readonly and editable rating events.
Selected: {{selected}} Hovered: {{hovered}}
NgModel and reactive forms can be used without the 'rate' binding
Model: {{ ctrl.value }}
Custom rating template provided via a variable. Shows fine-grained rating display
Rate: {{decimalCurrentRate}}