Hash tag links are rewritten with a leading slash.
For example linking to
index.php?module=UsersManager&action=index&idSite=1&period=year&date=today#super_user_access
redirects to:
index.php?module=UsersManager&action=index&idSite=1&period=year&date=today#/super_user_access
And user is not redirect to the right spot on the page.
Expected:
- that there is a way for us to link to particular DIVs on the page. WHat is the proper way to do this with AngularJS?
- if the way to link to hash tags has to change, then let's rewrite existing links to hash tags (there are only a few in the UI) to follow the new system
Hash tag links are rewritten with a leading slash.
For example linking to
index.php?module=UsersManager&action=index&idSite=1&period=year&date=today#super_user_access
redirects to:
index.php?module=UsersManager&action=index&idSite=1&period=year&date=today#/super_user_access
And user is not redirect to the right spot on the page.
Expected: