IE 8 specific issue with angularjs directives

This is a boiled-down repro of a problem I'm having in a much larger app. I can't seem to find a solution for it. If you run this in IE8, the ui-popup directive doesn't work, and the script debugger console has the error message "TypeError: Object doesn't support this property or methodundefined".

I tried to strip away as many directives, controllers, and as much code as possible.

jsFiddle Link

If you downgrade angularjs to 1.0.3 it works in ie8.

Edit Angular 1.0.5 also works.