yalabot / angular-foundation

http://pineconellc.github.io/angular-foundation/
Other
1.05k stars 267 forks source link

on-click for ratings #238

Open drone-ah opened 9 years ago

drone-ah commented 9 years ago

Hi,

Is there some way to capture an on-click for the ratings widget? Currently, we use the $scope.$watch. However, we are looking for a bit of functionality whereby clicking the same star again cancels the rating.

This of course won't work with a $watch.

Thanks in advance for your help.