Slide box to slide vertically?

Is there any easy way to make slide box position slides vertically and register vertical swipes to slide between them?

If you’d like to have this, you’ll need to submit a feature request on GitHub.

The slidebox is designed as a horizontal type element.

Example Code in https://github.com/driftyco/ionic/blob/master/js/views/sliderView.js

// determine direction of swipe (true:right, false:left)
var direction = delta.x < 0;

There’s not going to be an “easy” way to make it work vertically.