a[md-button] doesn't work without button[md-button]
See original GitHub issueThe following code doesn’t properly render buttons.
<md-toolbar color="primary">
<span>App</span>
<a md-button color="primary" [routerLink]="['/summary']">Summary</a>
<a md-button color="primary" [routerLink]="['/log']">View Log</a>
<a md-button color="primary" [routerLink]="['/metric']">View Metric</a>
<a md-button color="primary" [routerLink]="['/config']">View Config</a>
</md-toolbar>
If I add a button
it fixes the a[md-buttons]
:
<md-toolbar color="primary">
<span>App</span>
<a md-button color="primary" [routerLink]="['/summary']">Summary</a>
<a md-button color="primary" [routerLink]="['/log']">View Log</a>
<a md-button color="primary" [routerLink]="['/metric']">View Metric</a>
<a md-button color="primary" [routerLink]="['/config']">View Config</a>
<button md-button>FOO</button>
</md-toolbar>
Using:
- angular: 2.0.0-rc.0
- material: 2.0.0-alpha.4
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Radeon Update button is missing : r/radeon - Reddit
On Properties, go straight to Driver tab and click on Rollback Driver then click Ok. After that try to re-open the AMD software...
Read more >PC won't turn on sometimes when pressing the power button.
My only thoughts right now are that the power button is going bad or the PSU is going bad (which would be terribly...
Read more >Solved: AMD ReLive interfering with Ctrl + Shift + [letter...
ReLive doesn't use this exact shortcut but it seems to capture and block the ... Performance Logging Hotkey button, it will then ask...
Read more >Solved: ReLive not working at all - AMD Community
When I click any of the buttons to record/instant replay/gif/screenshot and none of them work. The red overlay thing doesn't appear on my...
Read more >Solved: Windows Start Menu not working after driver update
It's not an AMD driver issue. For me what works is to turn off 'Use my sign-in info to automatically finish setting up...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Importing
MdAnchor
as a directive solved my problem.I also had to remove
color="primary"
else the text color was the same as the background color. Is this correct?We should probably add something to the docs about
MdAnchor
.Thanks for the help!
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.