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