I'm trying to use angular-ui-router in my current project - and it was all fine in chrome & firefox. But when it comes to trying it out in IE8, it doesnt seem to work. I'm getting the error 'TypeError: Object doesn't support this property or methodundefined'.
I initially thought that I must have done something wrong, so I tried the sample app that is linked from the angular-ui-router page: http://angular-ui.github.io/ui-router/sample/. But this sample app doesnt seem to work either (with the same error message).
So my question is... is IE8 supported? Or do I have to use angular-router? I would really love to use ui-router (for nested partials, multiple partials per page .. ) :(
Thanks!
Regards,
Alex