Closed cgatian closed 7 years ago
I think some of these snippets incorrect. For example:
md-button:simple
Generates:
<md-button aria-label="button-label"> button-label </md-button>
md-button is no longer component, and a button element should be used with md-button directive.
<button md-button></button>
This was the first snippet I came across. There may be others that are outdated.
I haven't added any snippets for Material design, so I think you're looking at another plugin... but maybe we should add some :)
{headsmack} You're right.
No worries :)
Not an issue, closing!
I think some of these snippets incorrect. For example:
md-button:simple
Generates:
md-button is no longer component, and a button element should be used with md-button directive.
This was the first snippet I came across. There may be others that are outdated.