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.
angularjs1.2.0-rc.3 regression: JQLite[...]Class functions do not work in IE7 #4562
Closed
Description
This is a regression from RC2 to RC3. The functions JQLiteHasClass, JQLiteAddClass, JQLiteRemoveClass do not work anymore in IE7 because they use setAttribute and getAttribute. One of the results is that ng-show does not work in IE7.
The issue has been introduced by commit c785267
Commit 64fd2c4 is related as it adds checks for the existance of getAttribute or setAttribute function does exist.
Metadata
Metadata
Assignees
Labels
No labels