Merge branch 'ref/design' of https://github.com/bitpay/bitpay-wallet into feature/settings_views_polish
# Conflicts: # public/views/preferencesLanguage.html
This commit is contained in:
commit
64fb4a2e81
80 changed files with 608 additions and 502 deletions
|
|
@ -1,9 +1,12 @@
|
|||
<ion-view id="preferences-language" class="settings">
|
||||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-title>
|
||||
{{'Language'|translate}}
|
||||
</ion-nav-title>
|
||||
<ion-nav-back-button>
|
||||
</ion-nav-back-button>
|
||||
</ion-nav-bar>
|
||||
<ion-content ng-controller="preferencesLanguageController" ng-init="init()" >
|
||||
<ion-content>
|
||||
<div class="list">
|
||||
<ion-radio ng-repeat="lang in availableLanguages" ng-value="lang.isoCode" ng-model="currentLanguage"
|
||||
ng-click="save(lang.isoCode)">{{lang.name}}
|
||||
|
|
@ -17,4 +20,4 @@
|
|||
</span>
|
||||
</div>
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
</ion-view>
|
||||
Loading…
Add table
Add a link
Reference in a new issue