Merge pull request #93 from Bitcoin-com/dev-jb

Fix 308- Facebook (and others?) messaging links not displaying wallet…
This commit is contained in:
Jean-Baptiste Dominguez 2018-05-06 22:31:58 +09:00 committed by GitHub
commit 932dafc734
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ angular.module('copayApp.controllers').controller('completeController', function
$scope.shareFacebook = function() {
quickFeedback(function() {
var content = 'Try the Bitcoin.com Wallet for free today!'
window.plugins.socialsharing.shareVia($scope.shareFacebookVia, null, null, null, content);
});
};