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

"Assignment to read-only properties is not allowed in strict mode" on ng-click in IE since latest HEAD #3943

Closed
stefan-schweiger opened this issue Jul 29, 2015 · 4 comments

Comments

@stefan-schweiger
Copy link

The latest master (f984c29 bower-material) broke ng-clicks in IE (11 + win8).

You can see it in the md-list example when you click on the message button at the end (you will see the error in the console) and also in the md-menu demo by simply clicking on the menu

@stefan-schweiger stefan-schweiger changed the title "Assignment to read-only properties is not allowed in strict mode" on ng-click in IE since latest HEAD (f984c29) "Assignment to read-only properties is not allowed in strict mode" on ng-click in IE since latest HEAD Jul 29, 2015
@KReden
Copy link

KReden commented Jul 29, 2015

Related? #3927

@ThomasBurleson
Copy link
Contributor

@stefan-schweiger - can you confirm that this SHA af05235 fix resolves your IE issues ?

Angular Material uses 'use strict;'for all of our modules. Unfortunately, window.parent already exists so strict mode will not fail at runtime.

@stefan-schweiger
Copy link
Author

@ThomasBurleson fixed, thank you!

@ThomasBurleson
Copy link
Contributor

@stefan-schweiger 👍

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

No branches or pull requests

3 participants