hellsan631 / angular-fullpage.js

An angular directive for fullpage.js

Home Page:http://hellsan631.github.io/angular-fullpage.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In slide on button click event page automatic scroll

sagarjethi opened this issue · comments

Hello @hellsan631
I have used slide function in my project .
In project slide part there is 2 slide.
I am easily move to particular using $.fn.fullpage.moveSlideRight() and $.fn.fullpage.moveSlideLeft()

But my second slide dynamic question list. in that i have next and previous button for move to particular question. when click on that button page automatic scroll.for question list i have used ng-repate.

so ,In section slide my contain only change.but page scroll automatic.

could you create a jsbin/plunker to demonstrate the issue? It sounds like the buttons you have are href="#", which for angular will auto-scroll, which is unintended behavior imo. i would remove the hashbang from the href if your using anchors.