No known key found for this signature in database
GPG key ID:
15EDAD8D9F2EB1AF
11 changed files with
23 additions and
39 deletions
|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
<ion-view id="add-address">
|
|
|
|
|
<ion-view id="add-address" hide-tabs>
|
|
|
|
|
<ion-nav-bar class="bar-royal">
|
|
|
|
|
<ion-nav-title>
|
|
|
|
|
<span translate>Add Contact</span>
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
<ion-view id="view-address-book">
|
|
|
|
|
<ion-view id="view-address-book" hide-tabs>
|
|
|
|
|
<ion-nav-bar class="bar-royal">
|
|
|
|
|
<ion-nav-back-button>
|
|
|
|
|
</ion-nav-back-button>
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
<ion-view id="address-book-view">
|
|
|
|
|
<ion-view id="address-book-view" hide-tabs>
|
|
|
|
|
<ion-nav-bar class="bar-royal">
|
|
|
|
|
<ion-nav-back-button>
|
|
|
|
|
</ion-nav-back-button>
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
<ion-view id="view-amount">
|
|
|
|
|
<ion-view id="view-amount" hide-tabs>
|
|
|
|
|
<ion-nav-bar class="bar-royal">
|
|
|
|
|
<ion-nav-title>
|
|
|
|
|
{{'Enter Amount'|translate}}
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
<ion-view id="wallet-backup-phrase">
|
|
|
|
|
<ion-view id="wallet-backup-phrase" hide-tabs>
|
|
|
|
|
<ion-nav-bar class="bar-royal">
|
|
|
|
|
<ion-nav-title>
|
|
|
|
|
{{viewTitle}}
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
<ion-view id="backup-warning" class="onboarding" ng-controller="backupWarningController">
|
|
|
|
|
<ion-view id="backup-warning" class="onboarding" ng-controller="backupWarningController" hide-tabs>
|
|
|
|
|
<ion-nav-bar>
|
|
|
|
|
<ion-nav-buttons side="primary">
|
|
|
|
|
<button class="button button-back button-clear" ng-click="goBack()">
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
<ion-view id="bitpayCard-intro">
|
|
|
|
|
<ion-view id="bitpayCard-intro" hide-tabs>
|
|
|
|
|
<ion-nav-bar class="bar-stable">
|
|
|
|
|
<ion-nav-back-button>
|
|
|
|
|
</ion-nav-back-button>
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
<ion-view id="view-confirm">
|
|
|
|
|
<ion-view id="view-confirm" hide-tabs>
|
|
|
|
|
<ion-nav-bar class="bar-royal">
|
|
|
|
|
<ion-nav-title>
|
|
|
|
|
{{'Confirm'|translate}}
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
<ion-tabs class="tabs-icon-top tabs-color-active-positive ion-tabs-transparent" ng-class="{'tabs-item-hide': hideTabs}">
|
|
|
|
|
<ion-tabs class="tabs-icon-top tabs-color-active-positive ion-tabs-transparent {{$root.hideTabs}}">
|
|
|
|
|
|
|
|
|
|
<ion-tab title="Home" icon-off="ico-home" icon-on="ico-home-selected" ui-sref="tabs.home">
|
|
|
|
|
<ion-nav-view name="tab-home"></ion-nav-view>
|
|
|
|
|
|