Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Remove more bits and pieces of Internet Explorer 8 support #9478

Closed
wants to merge 2 commits into from

Conversation

realityking
Copy link
Contributor

Some of these are just comments that were explaining code removed in e843ae7. The most relevant (functional) change is the one to ngSanitize.

I've also removed adjusted some comments referring to IE8 and IE9 to only mention IE9.

@@ -353,7 +353,7 @@ angular.module('ngAnimate', ['ng'])
})

//this private service is only used within CSS-enabled animations
//IE8 + IE9 do not support rAF natively, but that is fine since they
//IE9 do not support rAF natively, but that is fine since they
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar: IE9 does not support...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed.

@realityking realityking force-pushed the iesupport branch 2 times, most recently from aed4ba6 to 23f0648 Compare October 7, 2014 23:06
@realityking realityking force-pushed the iesupport branch 2 times, most recently from 2f55e3b to 856e1fe Compare October 8, 2014 00:46
@@ -264,7 +264,7 @@ describe('$httpBackend', function() {


it('should read responseText if response was not defined', function() {
// old browsers like IE8, don't support responseType, so they always respond with responseText
// old browsers like IE9, don't support responseType, so they always respond with responseText
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it's only IE9 here, so we should call that out specifically. Unless we're trying to support Android < 4.0

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a workaround for Android < 4 in ngSniffer so it seems so.

@Narretz Narretz self-assigned this Jun 4, 2015
@realityking realityking force-pushed the iesupport branch 2 times, most recently from 186bff9 to 3c10b80 Compare July 22, 2015 19:37
@Narretz
Copy link
Contributor

Narretz commented Sep 14, 2015

@realityking I think you opened a new PR earlier this year which removed some comments regarding IE8. Does that obsolete this PR?

Narretz pushed a commit to Narretz/angular.js that referenced this pull request Apr 9, 2016
@Narretz Narretz closed this in 5d695e5 Apr 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants