I know it is a duplicate question. But there is no solution about it. IE favicon disappeared when navigating other page in angular application
When in angularjs I navigate with the following code. browser lost favicon.ico from tab and URL Bar.
$location.path();
Site is hosted in same domain but two project separately published. I am accessing the icon from project1 to project2 on the home page but not after that it is visible.
Please let me know if someone knows how to fix it.