WIP: sign message
This commit is contained in:
parent
82bfa7d855
commit
05325b2d92
8 changed files with 202 additions and 348 deletions
|
|
@ -25,7 +25,7 @@ angular.module('copayApp.controllers').controller('SendController',
|
|||
$scope.isRateAvailable = false;
|
||||
$scope.rateService = rateService;
|
||||
$scope.showScanner = false;
|
||||
|
||||
$scope.myId = w.getMyCopayerId();
|
||||
|
||||
rateService.whenAvailable(function() {
|
||||
$scope.isRateAvailable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue