Merge branch 'ref/design' of github.com:bitpay/bitpay-wallet into feature/topBarColor
This commit is contained in:
commit
3a771e0e21
116 changed files with 1732 additions and 1371 deletions
|
|
@ -1,29 +1,22 @@
|
|||
|
||||
|
||||
<ion-view>
|
||||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-title>{{wallet.name}}</ion-nav-title>
|
||||
<ion-nav-buttons side="primary">
|
||||
<button class="button no-border" ui-sref="tabs.home">
|
||||
Close
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
<ion-nav-buttons side="secondary">
|
||||
<button class="button button-icon icon ion-ios-settings" ui-sref="wallet.preferences"></button>
|
||||
</ion-nav-buttons>
|
||||
<ion-nav-back-button>
|
||||
{{'Back' | translate}}
|
||||
</ion-nav-back-button>
|
||||
</ion-nav-bar>
|
||||
|
||||
<ion-content ng-controller="walletDetailsController" ng-init="init()" delegate-handle="my-handle">
|
||||
<div ng-show="!wallet">
|
||||
<div ng-show="!wallet" translate>
|
||||
No Wallet
|
||||
<a href ui-sref="tabs.home" class="button">
|
||||
<a href ui-sref="tabs.home" class="button" translate>
|
||||
Go home
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
<div ng-show="!wallet.isComplete()">
|
||||
<a class="button button-block button-assertive" href ui-sref="wallet.copayers" class="button">
|
||||
<a class="button button-block button-assertive" href ui-sref="wallet.copayers" class="button" translate>
|
||||
Wallet Incomplete
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue