Closed cutout closed 9 years ago
I could hard-code this, but do you have plans to include Soundcloud's 'Buy' button in the player? As a sidenote, I'm really impressed with this project! Thanks for putting it out there.
Not the author here, but you can display a Buy button like this: <a href="{{ track.purchase_url }}" ng-if="track.purchase_url" title="Buy">Buy</a>
<a href="{{ track.purchase_url }}" ng-if="track.purchase_url" title="Buy">Buy</a>
Great point, thanks shazzygh!
I could hard-code this, but do you have plans to include Soundcloud's 'Buy' button in the player? As a sidenote, I'm really impressed with this project! Thanks for putting it out there.