fix slider

This commit is contained in:
Gabriel Bazán 2016-10-04 17:24:12 -03:00
parent 0058f7557c
commit 6575e078f6
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);
});