Open cwolff411 opened 7 years ago
When I add the rating manually to the directive everything works fine.
If I try and add it as a template tag nothing registers and the stars do not fill.
i.e. <star-rating-comp show-half-stars="true" label-text="'Our Rating:'" label-position="'left'" color="'ok'" read-only="true" rating="'{{idea.rating}}'"></star-rating-comp>
<star-rating-comp show-half-stars="true" label-text="'Our Rating:'" label-position="'left'" color="'ok'" read-only="true" rating="'{{idea.rating}}'"></star-rating-comp>
Also having trouble changing the color. Any thoughts?
This project is not work and not mantained anymore. Don't waste your time.
Yea I think I gave up after only a few minutes trying this one. I ended up using something else.
When I add the rating manually to the directive everything works fine.
If I try and add it as a template tag nothing registers and the stars do not fill.
i.e.
<star-rating-comp show-half-stars="true" label-text="'Our Rating:'" label-position="'left'" color="'ok'" read-only="true" rating="'{{idea.rating}}'"></star-rating-comp>
Also having trouble changing the color. Any thoughts?