Merge pull request #246 from Bitcoin-com/wallet/task/514
Wallet/task/514
This commit is contained in:
commit
14c87892bc
3 changed files with 17 additions and 0 deletions
|
|
@ -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;
|
||||
});
|
||||
|
|
|
|||
|
|
@ -11,6 +11,10 @@
|
|||
bottom: 92px;
|
||||
}
|
||||
|
||||
.fee-summary-spacer {
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
.shapeshift-banner, .bitpay-banner, .egifter-banner {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -80,6 +80,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="fee-summary-spacer"></div>
|
||||
</div>
|
||||
</ion-content>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue