Merge pull request #93 from Bitcoin-com/dev-jb
Fix 308- Facebook (and others?) messaging links not displaying wallet…
This commit is contained in:
commit
932dafc734
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ angular.module('copayApp.controllers').controller('completeController', function
|
||||||
|
|
||||||
$scope.shareFacebook = function() {
|
$scope.shareFacebook = function() {
|
||||||
quickFeedback(function() {
|
quickFeedback(function() {
|
||||||
|
var content = 'Try the Bitcoin.com Wallet for free today!'
|
||||||
window.plugins.socialsharing.shareVia($scope.shareFacebookVia, null, null, null, content);
|
window.plugins.socialsharing.shareVia($scope.shareFacebookVia, null, null, null, content);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue