diff --git a/src/js/directives/directives.js b/src/js/directives/directives.js index ecf849b10..8e9022236 100644 --- a/src/js/directives/directives.js +++ b/src/js/directives/directives.js @@ -157,7 +157,7 @@ angular.module('copayApp.directives') scope.$emit('Wallet/Changed', scope.wallets ? scope.wallets[0] : null); }); - scope.$on("$ionicSlides.slideChangeEnd", function(event, data) { + scope.$on("$ionicSlides.slideChangeStart", function(event, data) { scope.$emit('Wallet/Changed', scope.wallets ? scope.wallets[data.slider.activeIndex] : null); }); }