-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Add support for [hidden]
to md-button
#445
Comments
We actually consider using the Alternatively, you could add [hidden] {
display: none !important;
} to your own applications, which is similar to what Angular 1 did with |
Good to know Jeremy. Thank you! |
|
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. |
feature
[hidden]
is ignored in both anchor and button mode.please provide steps to reproduce and if possible a minimal demo of the problem:
http://plnkr.co/edit/ZULwBrp3fHLorUSedYrt?p=preview
Button should be hidden when expression evaluates to true.
Standard feature request.
Did this work in previous versions of Angular / Material?
Please also test with the latest stable and snapshot versions.
Chrome.
"@angular2-material/button": "2.0.0-alpha.4",
Custom CSS:
The text was updated successfully, but these errors were encountered: