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

fix(ngView): IE8 regression due to expando on non-element nodes #4072

Closed
wants to merge 1 commit into from

Conversation

IgorMinar
Copy link
Contributor

This fixes the "TypeError: Object doesn't support this property or method" error on IE8.

Closes #3971

@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!

This fixes the "TypeError: Object doesn't support this property or method" error on IE8,
when view templates contain leading white-space.

Closes angular#3971
@IgorMinar
Copy link
Contributor Author

landed as 255e8c1

@IgorMinar IgorMinar closed this Sep 20, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.2.0-rc.2 IE8 TypeError: Object doesn't support this property or methodundefined
2 participants