Skip to content

Commit 4ca8fb8

Browse files
committed
certain pieces are required + consolidating chips directive
1 parent 867cab2 commit 4ca8fb8

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

directives/md-checkbox.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<snippet>
22
<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}
3+
<md-checkbox ${1:md-no-ink} ${2:ng-true-value="${3:expr}" ng-false-value="${4:expr}"} ng-model="${5:variable}" ${6:name="${7:string}"} ${8:ng-change="${9:expr}"} ${10:ng-disabled="${11:boolean}"} aria-label="${12:string}">
4+
${13:content}
55
</md-checkbox>
66
]]></content>
77
<tabTrigger>md-checkbox</tabTrigger>
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<snippet>
2-
<content><![CDATA[<md-chips><button md-chip-remove>$1</button></md-chips>]]></content>
2+
<content><![CDATA[
3+
<md-chips><button md-chip-remove>$1</button></md-chips>
4+
]]></content>
35
<tabTrigger>md-chip-remove</tabTrigger>
4-
<description>Angular Material - md-chip-remove Designates an element to be used as the delete button for a chip. This element is passed as a child of the md-chips element.</description>
6+
<description>Angular Material - md-chip-remove attribute</description>
57
<scope>text.html</scope>
6-
</snippet>
8+
</snippet>

0 commit comments

Comments
 (0)