Brackets missing
This commit is contained in:
parent
f89499047a
commit
da0ffde179
2 changed files with 5 additions and 2 deletions
|
|
@ -131,8 +131,9 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
|
|||
}
|
||||
$scope.paymentReceivedCoin = $scope.wallet.coin;
|
||||
|
||||
if ($state.current.name === "tabs.receive")
|
||||
if ($state.current.name === "tabs.receive") {
|
||||
soundService.play('misc/payment_received.mp3');
|
||||
}
|
||||
|
||||
$scope.$apply(function () {
|
||||
$scope.showingPaymentReceived = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue