Add urlchange event to path changes
Currently, urlchange
detects query changes, would like to detect path changes as well
#/path1/sub1/?q=1
-> #/path2/sub2/?q=1
$(window).urlchange()
.on('#/', ... })
Also, add a note in the documentation about when history changes and when it does not, and how this interacts with the back button.
Edited by S Anand