ionic-rating icon indicating copy to clipboard operation
ionic-rating copied to clipboard

Use different stars icon

Open pdoreau opened this issue 7 years ago • 1 comments

How can we use different stars icon ? I'd like for example to use font-awsome classes (fa fa-star etc), instead of ionic ones (ion-ios-star etc) Is that possible ?

pdoreau avatar Jul 13 '16 14:07 pdoreau

add in your template html "script src="https://use.fontawesome.com/a727a965bf.js" and change the ionic-rating.min.js find and replace (ion-ios-sta) for ( fa-star)

Works for me!

ygss3614 avatar Jul 14 '16 14:07 ygss3614