JSFiddle - React, Tailwind, and code Playground
by chovy
HTML
<label ng-repeat="exCurr in exchangeCurrencies"><input type="radio" name="currency" value="{{exCurr}}" ng-model="currency"> {{getCurrencyLabel(exCurr)}}</label>
by chovy
<label ng-repeat="exCurr in exchangeCurrencies"><input type="radio" name="currency" value="{{exCurr}}" ng-model="currency"> {{getCurrencyLabel(exCurr)}}</label>