fix syntax

This commit is contained in:
Matias Alejo Garcia 2015-04-27 14:18:22 -03:00
parent e844086ac4
commit 138d44f38b
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
} else if (err.code === 'NOTFOUND') {
$scope.$emit('Local/BWSNotFound');
} else {
$scope.$emit('Local/ClientError', (err.error ? err.error : err);
$scope.$emit('Local/ClientError', (err.error ? err.error : err));
}
};
self.openWallet = function() {