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 was archived by the owner on Sep 5, 2024. It is now read-only.
Currently the material design components must be elements which creates problems for accessibility. <md-button href="https://google.com">Google</md-button>
If javascript is not enabled or until the transformation takes place, this code currently has not meaning. The problem is easily solved by allowing for the A (attribute) in the directive along with the element. This allows the link to be progressively enhanced. <a href="https://google.com" md-button>Google</a>