akreitals / angular-panel-snap

AngularJS module to provide snapping functionality to scrolling between panels.
MIT License
14 stars 4 forks source link

Jump to panel option? #7

Open mokargas opened 8 years ago

mokargas commented 8 years ago

Currently I'm using Panel Snap without any navigation. Is there a way to jump to a particular panel.

Let's say I have an arbitrary button, called "Scroll Down" and I wish to make it jump to the last panel in a series.

jasondecamp commented 8 years ago

I am also interested in this functionality. I'm going to create a PR with this functionality exposed to the panel group the same way as the enable and disable snapping functionality. The implementation will be to assign ng-click="$parent.snapTo(id)" to the button and pass in id as the number of the panel to snap to.

jasondecamp commented 8 years ago

Pull Request added... i'm not sure how to link the PR and this issue.