ember-cli-materialize
ember-cli-materialize copied to clipboard
md-btn and href
href does not work on md-btn, for exmaple
{{md-btn href="http://github.com" text="Github"}}
related to #163
You could use the button component within a link-to, for Eg : {{#Link-to 'example route'}} {{Md-btn text='example}} {{\link-to}}
Or simple add the materlize btn class to the link .
Not sure if there is Better way, but this is what I used to get around the issue.
v1.0 has a different flavor of md-btn that extends from {{link-to}}
directly (and thus, can be used in an identical way)