Merge pull request #5892 from gabrielbazan7/fix/tab-receive
fix bug when changing selector too fast
This commit is contained in:
commit
294673e703
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ angular.module('copayApp.directives')
|
||||||
scope.$emit('Wallet/Changed', scope.wallets ? scope.wallets[0] : null);
|
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);
|
scope.$emit('Wallet/Changed', scope.wallets ? scope.wallets[data.slider.activeIndex] : null);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue