File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
docs/src/pages/components
src/components/mdRatingBar Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 88
88
<md-table-cell >Receive the new rating</md-table-cell >
89
89
<md-table-cell >Triggered when the rating changes his value by user interaction.</md-table-cell >
90
90
</md-table-row >
91
+ <md-table-row >
92
+ <md-table-cell >hover</md-table-cell >
93
+ <md-table-cell >Receive the pointer rating</md-table-cell >
94
+ <md-table-cell >Triggered when the user points over a new rating.</md-table-cell >
95
+ </md-table-row >
91
96
</md-table-body >
92
97
</md-table >
93
98
</api-table >
Original file line number Diff line number Diff line change 131
131
hoverStars (evt ) {
132
132
if (! this .disabled ) {
133
133
this .rating = this .getIconIndex (evt .currentTarget );
134
+ this .$emit (' hover' , this .rating );
134
135
}
135
136
},
136
137
clickStars (evt ) {
You can’t perform that action at this time.
0 commit comments