This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
1.2.0-rc.2 IE8 TypeError: Object doesn't support this property or methodundefined #3971
Closed
Description
Hello,
Error appears in IE8 when using $http
with 1.2.0-rc.2/angular.min.js
TypeError: Object doesn't support this property or methodundefined
Version 1.2.0rc1/angular.min.js works fine.
Update
I uploaded code similar to my production:
- 1.2.0rc1 - works in IE8
- 1.2.0-rc.2 - doesn't work in IE8
I also use angular-route.js
, unfortunately EI8's console doesn't help to catch the error.