commit
0bac775982
21 changed files with 166 additions and 49 deletions
|
|
@ -25,7 +25,7 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
|
|||
$scope.$on("$destroy", function(){
|
||||
var iden = $rootScope.iden;
|
||||
if (iden) {
|
||||
iden.removeListener('newWallets', $scope.done );
|
||||
iden.removeListener('newWallet', $scope.done );
|
||||
iden.removeListener('noWallets', $scope.done );
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue