I created a sharepoint 2013 webpart using AngularJS + Angular UI router. The app works fine on all browsers except IE9 and below. I don't care about IE8, but the app has to work at IE9.
I tried all possible solutions suggested by the ng-authors(change the doctype), and it only works on IE9 when the app is on a separate page. If it's within a webpart it doesn't work on IE9. I've wasted hours of my life to solve this issue, so any help will be appreciated.
Behavior of the app is shown on the screenshot below (the navigation bar doesn't havelinks anymore, it shows this cursor when hovered and nothing is shown within the ui-view): http://s29.postimg.org/f8b1vzhk7/ie9.png
Thanks,
Alex