I am having a weird problem with Firefox on Angular and I dunno how to fix it or what to research in order to come up with a solution for it all URLs in Firefox are as follows:
http://www.domain.com/#somehash|%2FMerchant%2Fmerchant.com
the same URL in Chrome looks as follows:
http://www.domain.com/#somehash|/Merchant/merchant.com
this is proving to be problematic in Firefox because we are doing some conditional checking to the URL and this is causing some if conditions to fail for Firefox because of the encoding.
Thanks in advance.