Open marcog83 opened 11 years ago
It looks like the current implementation of the anchor click interceptor does not support nested elements inside the a
tag. A couple of workaround options:
background
instead of nested image.img
tag that first does e.preventDefault();
and then router.handle(hrefValueFromTheLink)
.Reopening, since this is still an issue.
Hi, i tried the example. it works. but if I add an tag inside ,
"File not found: /one" message appear :(
This is what I changed
thanks marco