Reputation: 4329
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.
Upvotes: 3
Views: 1270
Reputation: 28750
If you downgrade angularjs to 1.0.3 it works in ie8.
Edit Angular 1.0.5 also works.
Upvotes: 4