fix syntax

This commit is contained in:
Matias Alejo Garcia 2015-04-27 14:18:22 -03:00
commit 138d44f38b

View file

@ -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() {