We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae3909 commit 867cab2Copy full SHA for 867cab2
directives/md-checkbox.sublime-snippet
@@ -1,6 +1,10 @@
1
<snippet>
2
- <content><![CDATA[<md-checkbox ng-model="$1" aria-label="$2">$3</md-checkbox>]]></content>
+ <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>
7
<tabTrigger>md-checkbox</tabTrigger>
- <description>Angular Material - button directive with optional ink ripples (default enabled).</description>
8
+ <description>Angular Material - Checkbox directive with options</description>
9
<scope>text.html</scope>
-</snippet>
10
+</snippet>
0 commit comments