Open Amazon redeem link in system browser. Fix buy gc on mobile

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-13 16:36:08 -03:00
commit 7793be3615
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
7 changed files with 22 additions and 14 deletions

View file

@ -93,6 +93,7 @@ angular.module('copayApp.controllers').controller('buyAmazonController',
if (err) {
self.loading = null;
self.error = bwsError.msg(err);
$scope.$apply();
return;
}