I use routes to remap URL(controller, function)
I found this fails when an anchor is added: URL(controller, function, 
anchor=anchor)

To keep the routes working my temporary solution is URL(controller, 
function) + '#' + anchor
Is there a better way?

Reply via email to