2016-06-10 09:27:14 -03:00
|
|
|
<div class="topbar-container" ng-include="'views/includes/topbar.html'"
|
2015-11-09 15:20:15 -03:00
|
|
|
ng-init="titleSection='Alternative Currency'; goBackToState = 'preferencesGlobal'; noColor = true">
|
2015-05-07 18:35:54 -03:00
|
|
|
</div>
|
|
|
|
|
|
2016-06-10 09:27:14 -03:00
|
|
|
<div class="content preferences" ng-controller="preferencesAltCurrencyController">
|
2015-10-08 11:58:55 -03:00
|
|
|
<h4></h4>
|
2016-06-10 09:27:14 -03:00
|
|
|
|
2016-06-10 13:06:52 -03:00
|
|
|
<ion-radio class="line-b size-12 radio-label" ng-repeat="altCurrency in altCurrencyList" ng-value="altCurrency" ng-model="currentCurrency"
|
2016-06-10 09:27:14 -03:00
|
|
|
ng-click="save(altCurrency)">{{altCurrency.name}}
|
|
|
|
|
</ion-radio>
|
2015-03-06 12:00:10 -03:00
|
|
|
</div>
|
|
|
|
|
|