fix wallet scope

This commit is contained in:
Matias Alejo Garcia 2014-12-09 17:22:58 -03:00
parent bfcd106b6f
commit 4a1db111e4
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ angular.module('copayApp.controllers').controller('SendController',
$scope.setError = function(err) {
var w = $rootScope.wallet;
copay.logger.warn(err);
var msg = err.toString();