FMM
FMM

Reputation: 4329

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

Upvotes: 3

Views: 1270

Answers (1)

Mathew Berg
Mathew Berg

Reputation: 28750

If you downgrade angularjs to 1.0.3 it works in ie8.

Edit Angular 1.0.5 also works.

Upvotes: 4

Related Questions