IE 8 specific issue with angularjs directives
angularjs, internet-explorer-8
Solution
If you downgrade angularjs to 1.0.3 it works in ie8.
Edit Angular 1.0.5 also works.
Problem
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