Restore Buy bitcoin page and add buy.bitcoin.com as a service there
This commit is contained in:
parent
2fa7f3dfd1
commit
a761b58ab0
8 changed files with 114 additions and 16 deletions
16
src/js/controllers/buyBitcoindotcom.js
Normal file
16
src/js/controllers/buyBitcoindotcom.js
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('buyBitcoindotcomController',
|
||||
function($scope, $timeout, $ionicModal, $log, $state, $ionicHistory, lodash, bitcoincomService, externalLinkService, popupService) {
|
||||
|
||||
$scope.openExternalLink = function(url) {
|
||||
externalLinkService.open(url);
|
||||
};
|
||||
|
||||
var buyBitcoindotcom = function() {
|
||||
};
|
||||
|
||||
$scope.$on("$ionicView.beforeEnter", function(event, data) {
|
||||
buyBitcoindotcom();
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue