I'm trying to use md-button with icons to navigate through pages. I tried using both ng-href and ui-sref to give link to it, but by doing that, it makes the position of the icon higher than expected
Example code:
<md-button class="md-icon-button" ui-sref="profile">
<ng-md-icon icon="profile"></ng-md-icon>
</md-button>
Best regards
I'm trying to use md-button with icons to navigate through pages. I tried using both ng-href and ui-sref to give link to it, but by doing that, it makes the position of the icon higher than expected
Example code:
Best regards