requeriments to send
This commit is contained in:
parent
5527cccc38
commit
cb64e57e45
6 changed files with 112 additions and 63 deletions
|
|
@ -174,7 +174,10 @@ angular.module('copayApp.directives')
|
|||
});
|
||||
|
||||
scope.$on("$ionicSlides.slideChangeEnd", function(event, data) {
|
||||
if (data.slider.activeIndex == 0) scope.$emit('accepted');
|
||||
if (data.slider.activeIndex == 0) {
|
||||
scope.slider.slideNext();
|
||||
scope.$emit('accepted');
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue