You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's causing more and more hacks. The biggest change for AngularJS support will be that version 1.2 will be dropped, as they dropped IE8 support in 1.3.
Here's a checklist of things to change in the source once the IE8 support gets dropped:
Trailing commas: Change JSCS config from disallowTrailingComma to requireTrailingComma with ignoreSingleLine and ignoreSingleValue.
Pollyfills: Remove code with TODO: IE8:
SauceLabs: Remove SL_IE_8 from karma.conf.js and Gruntfile.js
Angular: Remove 1.2 from Gruntfile.js and update bower.json to ^1.3.0
It's causing more and more hacks. The biggest change for AngularJS support will be that version
1.2will be dropped, as they dropped IE8 support in1.3.Here's a checklist of things to change in the source once the IE8 support gets dropped:
disallowTrailingCommatorequireTrailingCommawithignoreSingleLineandignoreSingleValue.TODO: IE8:SL_IE_8fromkarma.conf.jsandGruntfile.jsGruntfile.jsand updatebower.jsonto^1.3.0