homogenized lists

This commit is contained in:
Javier 2016-06-10 13:06:52 -03:00
commit ad6702b425
5 changed files with 10 additions and 4 deletions

View file

@ -5,7 +5,7 @@
<div class="content preferences" ng-controller="preferencesAltCurrencyController">
<h4></h4>
<ion-radio class="line-b size-12" ng-repeat="altCurrency in altCurrencyList" ng-value="altCurrency" ng-model="currentCurrency"
<ion-radio class="line-b size-12 radio-label" ng-repeat="altCurrency in altCurrencyList" ng-value="altCurrency" ng-model="currentCurrency"
ng-click="save(altCurrency)">{{altCurrency.name}}
</ion-radio>
</div>