You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
When I click on the link above I'm redirected to the following URL; http://localhost:8085/index.html#/scenario/DG/CCS/21x3/CCS%20%234%20%28June%2028%29#4%20%28June%2028%29
When I added the following code;
$rootScope.$on('$locationChangeStart',function(arg,newl,old){console.log(old,' TO ',newl);});
In the Firebug console I can see 3 redirections:
1-
http://localhost:8085/index.html#/scenario/DG/TRAD/15x7/TRAD%20Original TO http://localhost:8085/index.html#/scenario/DG/CCS/21x3/CCS%20%234%20(June%2028)
2- http://localhost:8085/index.html#/scenario/DG/CCS/21x3/CCS%20%234%20(June%2028) TO http://localhost:8085/index.html#/scenario/DG/CCS/21x3/CCS%20#4%20(June%2028)
3- http://localhost:8085/index.html#/scenario/DG/CCS/21x3/CCS%20#4%20(June%2028) TO http://localhost:8085/index.html#/scenario/DG/CCS/21x3/CCS%20%234%20(June%2028)#4%20(June%2028)
The issue doesn't take place when the element's name doesn't contain the hash character and I only see one redirection like the first one above. The issue doesn't take place in Chrome either.
Any clues please,
Thanks!
The text was updated successfully, but these errors were encountered:
I have this element in the DOM;
When I click on the link above I'm redirected to the following URL;
http://localhost:8085/index.html#/scenario/DG/CCS/21x3/CCS%20%234%20%28June%2028%29#4%20%28June%2028%29
When I added the following code;
In the Firebug console I can see 3 redirections:
The issue doesn't take place when the element's name doesn't contain the hash character and I only see one redirection like the first one above. The issue doesn't take place in Chrome either.
Any clues please,
Thanks!
The text was updated successfully, but these errors were encountered: