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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
I use a dialog for login. This means that the first thing that happens for my application fails in IE11 without being able to continue. The problem can be reproduced in the documentation samples for dialog in "Release 0.10.1-rc4" and "HEAD (MASTER)"
The console shows the following stacktrace
TypeError: Assignment to read-only properties is not allowed in strict mode
at E (https://material.angularjs.org/HEAD/angular-material.min.js:7:23232)
at g (https://material.angularjs.org/HEAD/angular-material.min.js:7:23162)
at Anonymous function (https://material.angularjs.org/HEAD/angular-material.min.js:7:22439)
at Anonymous function (https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js:120:172)
at n.prototype.$eval (https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js:134:482)
at n.prototype.$digest (https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js:132:1)
at n.prototype.$apply (https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js:135:267)
at Anonymous function (https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js:252:124)
at c (https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js:35:212)
Edit:
Seems that the same issue is affecting md-menu and md-select as well.