Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking md-select with angular-material 1.x #37

Open
jdrouet opened this issue Dec 13, 2015 · 1 comment
Open

Breaking md-select with angular-material 1.x #37

jdrouet opened this issue Dec 13, 2015 · 1 comment

Comments

@jdrouet
Copy link

jdrouet commented Dec 13, 2015

When I use the last version of angular-material-calendar with angular-material 1.x, md-select stop working and I have the following error : Uncaught TypeError: Cannot set property 'isOpen' of undefined at this line https://github.com/angular/material/blob/v1.0.0-rc7/src/components/select/select.js#L454
Have you any idea of why this occurs and how I can fix it without downgrading angular-material ?

@bradberger
Copy link
Collaborator

That's actually Angular Material issue #6033 and it's actually fixed, so I think that just a matter of waiting for it to land in the next version. I'm assuming since it just got fixed it will be in 1.0.0-rc8, but obviously can't be sure about that.

The short-term fix would be to change false to true in line 11 of the source and recompile.

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

No branches or pull requests

2 participants