Suwandi Halim
Results
2
comments of
Suwandi Halim
Here too. But if you use the stConfig.pagination.template, it got called only once. So, I think the problem is the st-template attribute.
I use this code to fix this issue : ``` History.Adapter.bind(window, "anchorchange", function(){ var State = History.getLastStoredState(); History.saveState(State); History.Adapter.trigger(window, "statechange"); }); History.Adapter.bind(window, "statechange", function(){ var State = History.getState(), url =...