Wierd one here...
I am setting up my application, and I am loading in another page via the ajax method. Between these pages I have a simple forward/back method.
On the firing of the back method, I have placed a console log, and I can see that the first time i click back, it shows once, if i then go back into that page, and click back again, it then shows two, and so on.
This is resulting in wierd page reloading issues. (Clicking back and it transitions in the page I just clicked back from).
Using the data-rel="back", or a changePage method, the issue is the same.
I've had a google, and could not find anything.
Any help would be greatly appreciated.