You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Inside a toolbar we have two buttons, one has an ng-click the other a ui-sref (href), so both end up getting hit with the :first-of-type pseudo selector and then run right up next to each other.
Ideally whether the md-button ends up being a "button" tag or an "a" tag shouldn't matter in how they sit next to each other.
The text was updated successfully, but these errors were encountered:
Inside a toolbar we have two buttons, one has an ng-click the other a ui-sref (href), so both end up getting hit with the :first-of-type pseudo selector and then run right up next to each other.
Ideally whether the md-button ends up being a "button" tag or an "a" tag shouldn't matter in how they sit next to each other.
The text was updated successfully, but these errors were encountered: