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

Doesn't work with back button

dtrinh50 opened this issue · comments

In the original FullPage.js, it supports using the back button and it seems to keep track of the page in the URL. For example it adds #secondPage to the URL when you scroll to the second page.

Is there an option for that in this Angular version?

i'll look into storing the page-state somehow, but i don't know if thats exactly possible. Angular's router (if your using it) uses hashbangs, and even in non-hashbang mode, it converts all hashes into routes. So while fullpage.js might see #secondpage, angular would try and load an actual route called #secondpage.

duplicate of #7