adding wallet id on url

This commit is contained in:
Gabriel Bazán 2016-08-17 13:07:48 -03:00
commit 965619740b
25 changed files with 82 additions and 75 deletions

View file

@ -1,4 +1,4 @@
<ion-view ng-controller="preferencesAltCurrencyController" cache-view="false" ng-init="init()">
<ion-view>
<ion-nav-bar class="bar-stable">
<ion-nav-title>Alternative Currency</ion-nav-title>
<ion-nav-buttons side="primary">
@ -7,7 +7,7 @@
   </button>
 </ion-nav-buttons>
</ion-nav-bar>
<ion-content>
<ion-content ng-controller="preferencesAltCurrencyController" ng-init="init()" cache-view="false">
<ion-radio ng-repeat="altCurrency in altCurrencyList" ng-value="altCurrency.isoCode" ng-model="currentCurrency"
ng-click="save(altCurrency)">{{altCurrency.name}}
</ion-radio>