Added proper services for the Bitcoin.com stuff

This commit is contained in:
magmahindenburg 2017-06-14 00:43:11 +09:00
commit c7bbaf7cce
7 changed files with 100 additions and 6 deletions

View file

@ -23,9 +23,9 @@ angular.module('copayApp.services').factory('buyAndSellService', function($log,
if (linkedServices.length == 0) {
nextStepsService.register({
title: 'Buy or Sell Bitcoin',
title: 'Buy Bitcoin',
name: 'buyandsell',
icon: 'icon-buy-bitcoin',
icon: 'icon-buy-bitcoin2',
sref: 'tabs.buyandsell',
});
} else {