Merge pull request #246 from Bitcoin-com/wallet/task/514

Wallet/task/514
This commit is contained in:
Jean-Baptiste Dominguez 2018-08-08 16:10:58 +09:00 committed by GitHub
commit 14c87892bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 0 deletions

View file

@ -137,5 +137,17 @@ angular.module('copayApp.services').factory('shapeshiftService', function ($http
});
};
var servicesItem = {
name: 'shapeshift',
title: 'Shapeshift',
icon: 'icon-shapeshift',
sref: 'tabs.shapeshift',
};
var register = function() {
servicesService.register(servicesItem);
};
register();
return root;
});

View file

@ -11,6 +11,10 @@
bottom: 92px;
}
.fee-summary-spacer {
height: 15px;
}
.shapeshift-banner, .bitpay-banner, .egifter-banner {
box-shadow: none;
}

View file

@ -80,6 +80,7 @@
</div>
</div>
</div>
<div class="fee-summary-spacer"></div>
</div>
</ion-content>