ensure header background is pullable when collapsing is disabled

This commit is contained in:
Marty Alcala 2016-11-14 19:13:14 -05:00
commit 26814461f1
2 changed files with 19 additions and 4 deletions

View file

@ -17,6 +17,7 @@
<div
class="amount-bg"
ng-style="{'background-color':wallet.color}"
ng-class="{collapsible: amountIsCollapsible}"
></div>
<div
ng-style="{'background-color':wallet.color, 'height': amountHeight}"
@ -88,7 +89,11 @@
on-refresh="onRefresh()">
</ion-refresher>
<div class="oh pr" ng-show="wallet && wallet.isComplete() && !amountIsCollapsible">
<div class="amount-wrapper" ng-show="wallet && wallet.isComplete() && !amountIsCollapsible">
<div
class="amount-bg"
ng-style="{'background-color':wallet.color}"
></div>
<div
ng-style="{'background-color':wallet.color}"
class="amount"