IE favicon disappeared when navigating other page in angular application
问题 I found an issue with angular application. I have a the location provider setup to use the html5Mode true: $locationProvider.html5Mode(true); I noticed that the favicon is disappearing when navigating between pages. I'm using IE11 edge document mode. Does anyone bumped into this too? Thanks 回答1: Thought it might be worth adding my findings here... At first I had the exact same problem, I couldn't get the favicon to stay on the page when changing from the root home page. I tried Shaun's answer