Skip to content

Commit ac66236

Browse files
committed
more md-button options
1 parent 7c85c85 commit ac66236

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<snippet>
2-
<content><![CDATA[<md-button href="$1">$2</md-button>]]></content>
2+
<content><![CDATA[<md-button ${1:class="${2:md-raised|md-fab|md-mini}"} ${3:href="${4:http://google.com}"} ${5:ng-disabled="${6:true|false}"} aria-label="${7:description}">${8:content}</md-button>]]></content>
33
<tabTrigger>md-button</tabTrigger>
4-
<description>Angular Material - button directive with optional ink ripples (default enabled).</description>
4+
<description>Angular Material Button directive with options</description>
55
<scope>text.html</scope>
6-
</snippet>
6+
</snippet>

0 commit comments

Comments
 (0)