removed explore bitcoin.com screen
This commit is contained in:
parent
87b59e12a5
commit
8ca9e0362f
3 changed files with 0 additions and 50 deletions
|
|
@ -1,16 +0,0 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('bitcoincomController',
|
||||
function($scope, $timeout, $ionicModal, $log, $state, $ionicHistory, lodash, bitcoincomService, externalLinkService, popupService) {
|
||||
|
||||
$scope.openExternalLink = function(url) {
|
||||
externalLinkService.open(url);
|
||||
};
|
||||
|
||||
var initBitcoincom = function() {
|
||||
};
|
||||
|
||||
$scope.$on("$ionicView.beforeEnter", function(event, data) {
|
||||
|
||||
});
|
||||
});
|
||||
|
|
@ -983,17 +983,6 @@ 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'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
/* buy.Bitcoin.com */
|
||||
.state('tabs.buyandsell.bitcoindotcom', {
|
||||
url: '/buyBitcoindotcom',
|
||||
|
|
|
|||
|
|
@ -1,23 +0,0 @@
|
|||
<ion-view>
|
||||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-back-button>
|
||||
</ion-nav-back-button>
|
||||
<ion-nav-title>Explore Bitcoin.com</ion-nav-title>
|
||||
</ion-nav-bar>
|
||||
<ion-content>
|
||||
<div class="bitcoin-com-page-header">
|
||||
<span class="nav-bar-title textlogo"><span class="moon-symbol"></span>itcoin.com</span>
|
||||
<p>Your one-stop-shop for everything bitcoin</p>
|
||||
</div>
|
||||
|
||||
<div class="bitcoin-com-page-body">
|
||||
<button class="button button-standard button-secondary" ng-click="openExternalLink('https://buy.bitcoin.com')">Buy bitcoin</button>
|
||||
<button class="button button-standard button-secondary" ng-click="openExternalLink('https://www.bitcoin.com')">Visit Bitcoin.com</button>
|
||||
<button class="button button-standard button-secondary" ng-click="openExternalLink('https://news.bitcoin.com')">Read The News</button>
|
||||
<button class="button button-standard button-secondary" ng-click="openExternalLink('https://forum.bitcoin.com')">Visit Our Forum</button>
|
||||
<button class="button button-standard button-secondary" ng-click="openExternalLink('https://store.bitcoin.com')">Visit Our Store</button>
|
||||
<button class="button button-standard button-secondary" ng-click="openExternalLink('https://pool.bitcoin.com')">Mine bitcoin</button>
|
||||
</div>
|
||||
</ion-content>
|
||||
|
||||
</ion-view>
|
||||
Loading…
Add table
Add a link
Reference in a new issue