-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
md-sidenav is open even when opened="false" #300
Comments
@rahulbats Looks like your code snippet is missing. |
sorry i forgot to add the code tags around. I have updated the comment above. |
the solution to this is using it like angular 2 dom property If this is intentional the README is misleading |
* The sidenav didn't parse the boolean attribute correctly. Fixes angular#300.
This reverts commit f1ddeae.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
i used the following code for side nav
<md-sidenav #start mode="side" opened="false">
but the sidenav is still open instead of closed.
The text was updated successfully, but these errors were encountered: