Skip to content

Commit 867cab2

Browse files
committed
updated md-checkbox snippet
1 parent 7ae3909 commit 867cab2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<snippet>
2-
<content><![CDATA[<md-checkbox ng-model="$1" aria-label="$2">$3</md-checkbox>]]></content>
2+
<content><![CDATA[
3+
<md-checkbox ${1:md-no-ink} ${2:ng-true-value="${3:expr}" ng-false-value="${4:expr}"} ${5:ng-model="${6:variable}"} ${7:name="${8:string}"} ${9:ng-change="${10:expr}"} ${11:ng-disabled="${12:boolean}"} aria-label="${13:string}">
4+
${14:content}
5+
</md-checkbox>
6+
]]></content>
37
<tabTrigger>md-checkbox</tabTrigger>
4-
<description>Angular Material - button directive with optional ink ripples (default enabled).</description>
8+
<description>Angular Material - Checkbox directive with options</description>
59
<scope>text.html</scope>
6-
</snippet>
10+
</snippet>

0 commit comments

Comments
 (0)