iam strugling to make a direct anchor link to a site. when ever i try to link to the id via:
https://www.somesite.com/cl/details/agents#20841
where #20841 is my anchor tag.
Angular breaks the url and makes it:
https://www.somesite.com/cl/details/agents#!#20841
this works fine in chrome and firefox, but in internet explorer and edge it dosnt, so it "breaks" the url. Ive tried to change the prefix to "!", instead of "/".
Anyone have a work around for this problem?