Merge pull request #252 from gabrielbazan7/fix/slider

fix slider
This commit is contained in:
Jason Dreyzehner 2016-10-04 17:00:47 -04:00 committed by GitHub
commit c3adf80979
1 changed files with 0 additions and 2 deletions

View File

@ -154,8 +154,6 @@ angular.module('copayApp.directives')
link: function(scope, element, attrs) {
scope.$on("$ionicSlides.sliderInitialized", function(event, data) {
scope.slider = data.slider;
if(scope.slider.slides.length == 1)
scope.slider.lockSwipes();
scope.$emit('Wallet/Changed', scope.wallets ? scope.wallets[0] : null);
});