services on home page

This commit is contained in:
Kadir Sekha 2017-12-14 13:27:04 +09:00
commit 6f7d9dbef5

View file

@ -97,8 +97,7 @@
<div class="ng-hide list card" ng-show="walletsBtc[0] && buyAndSellItems.length>0" ng-include="'views/includes/buyAndSellCard.html'"></div>
<div class="ng-hide list card" ng-show="homeIntegrations.length>0" ng-include="'views/includes/homeIntegrations.html'"></div>
<div class="ng-hide list card" ng-show="nextStepsItems.length>0 && !isWindowsPhoneApp" ng-include="'views/includes/nextSteps.html'"></div>
<div class="list card">
<a class="item item-icon-right item-heading" ui-sref="tabs.shapeshift">Shapeshift</a>
</div>
<div class="list card" ng-include="'views/includes/services.html'"></div>
</ion-content>
</ion-view>