Added proper services for the Bitcoin.com stuff
This commit is contained in:
parent
4d628fd450
commit
c7bbaf7cce
7 changed files with 100 additions and 6 deletions
|
|
@ -1014,6 +1014,18 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
abstract: true
|
||||
})
|
||||
|
||||
|
||||
/* Explore Bitcoin.com */
|
||||
.state('tabs.bitcoin-com', {
|
||||
url: '/bitcoincom',
|
||||
views: {
|
||||
'tab-home@tabs': {
|
||||
controller: 'bitcoincomController',
|
||||
templateUrl: 'views/bitcoincom.html'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
/*
|
||||
*
|
||||
* Amazon.com Gift Card
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue