-
Notifications
You must be signed in to change notification settings - Fork 6.8k
a[md-button] doesn't work without button[md-button] #398
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
Comments
I'm having some trouble replicating this. Did you import |
Importing <md-toolbar color="primary">
<span>App</span>
<a md-button [routerLink]="['/summary']">Summary</a>
<a md-button [routerLink]="['/log']">View Log</a>
<a md-button [routerLink]="['/metric']">View Metric</a>
<a md-button [routerLink]="['/config']">View Config</a>
</md-toolbar> I also had to remove We should probably add something to the docs about Thanks for the help! |
We haven't yet documented Re: color, using |
angular rc1 , material 5-2 - not working for me |
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. |
The following code doesn't properly render buttons.
If I add a
button
it fixes thea[md-buttons]
:Using:
The text was updated successfully, but these errors were encountered: