Hello,
I have a bootstrap dropdown with a submenu. In the first level, the
route-href
works fine. However, in the second level menu doesn’t. They whole dropdown are all in the same template. I tried doing a
click.delegate
to redirect the user programatically, but my surprise was that the click.delegate does’t work neither.
My question is,
How can I redirect the user in dropdown submenus using Aurelia Router? I have no sub-routes.
Thanks in advance!