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

msie: documentMode detection to replace userAgent sniffing #4155

Closed
wants to merge 5 commits into from

Conversation

SebC99
Copy link

@SebC99 SebC99 commented Sep 25, 2013

To close issue #4113 and replace PR #4115, #4116, #4117, #4118, #4119

@mary-poppins
Copy link

Thanks for the PR!

  • Contributor signed CLA now or in the past
    • If you just signed, leave a comment here with your real name
  • PR's commit messages follow the commit message format

If you need to make changes to your pull request, you can update the commit with git commit --amend.
Then, update the pull request with git push -f.

Thanks again for your help!

@IgorMinar
Copy link
Contributor

I'm sorry, but I wasn't able to verify your CLA signature. CLA signature is required for any code contributions to AngularJS.

Please sign our CLA and ensure that the CLA signature email address and the email address in this PR's commits match.

If you signed the CLA as a corporation, please let me know the company's name.

Thanks a bunch!

PS: If you signed the CLA in the past then most likely the email addresses don't match. Please sign the CLA again or update the email address in the commit of this PR.
PS2: If you are a Googler, please sign the CLA as well to simplify the CLA verification process.

@SebC99
Copy link
Author

SebC99 commented Dec 9, 2013

I signed the CLA in the past... well, I just signed it one more time, with my github email, I guess it should work

@SebC99 SebC99 added cla: no and removed cla: yes labels Feb 19, 2014
@@ -1,5 +1,5 @@
// Copy/pasted from src/Angular.js, so that we can disable specific tests on IE.
var msie = parseInt((/msie (\d+)/.exec(navigator.userAgent.toLowerCase()) || [])[1], 10);
var msie = document.documentMode;
Copy link
Contributor

Choose a reason for hiding this comment

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

This breaks people using using IE7, as few of them as there are. I'm not sure if I really have a problem with this, but it's something to think about.

You know what, I'm not sure I care, this is great. Right on!

@IgorMinar
Copy link
Contributor

lgtm but let's get this in for 1.3

@IgorMinar
Copy link
Contributor

can you please sign the CLA

@IgorMinar
Copy link
Contributor

no CLA signature. we can't merge this. closing.

@IgorMinar IgorMinar closed this Oct 2, 2014
@IgorMinar
Copy link
Contributor

I reimplemented this as #9398

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants