fix syntax
This commit is contained in:
parent
e844086ac4
commit
138d44f38b
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
||||||
} else if (err.code === 'NOTFOUND') {
|
} else if (err.code === 'NOTFOUND') {
|
||||||
$scope.$emit('Local/BWSNotFound');
|
$scope.$emit('Local/BWSNotFound');
|
||||||
} else {
|
} else {
|
||||||
$scope.$emit('Local/ClientError', (err.error ? err.error : err);
|
$scope.$emit('Local/ClientError', (err.error ? err.error : err));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
self.openWallet = function() {
|
self.openWallet = function() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue