temporary fix for the tabs confusion
This commit is contained in:
parent
4fc5920c82
commit
3da0d499c8
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<ion-view id="walletDetails">
|
||||
<ion-view id="walletDetails" hide-tabs>
|
||||
|
||||
<ion-nav-bar ng-class="{'wallet-background-color-default': !wallet.color}" ng-style="{'background-color': wallet.color}">
|
||||
<ion-nav-title>{{wallet.name}}</ion-nav-title>
|
||||
|
|
@ -103,7 +103,7 @@
|
|||
<div
|
||||
ng-style="{'background-color':wallet.color}"
|
||||
class="amount"
|
||||
ng-class="{'collapsible': amountIsCollapsible, 'wallet-background-color-default': !wallet.color}"
|
||||
ng-class="{'collapsible': amountIsCollapsible, 'wallet-background-color-default': !wallet.color}"
|
||||
>
|
||||
<div ng-if="!updatingStatus">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue