Skip to content

Commit b926750

Browse files
committed
input container
1 parent b3e4996 commit b926750

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<snippet>
22
<content><![CDATA[
33
<md-input-container>
4-
$1
4+
${1:<label>${2:Username}</label>
5+
<input type="text" ${3:ng-model="${4:user.name}"}>}
56
</md-input-container>
67
]]></content>
7-
<tabTrigger>md-highlight-text</tabTrigger>
8-
<description>Angular Material - Use md-input-container as parent of any input or textarea element.</description>
8+
<tabTrigger>md-input-container</tabTrigger>
9+
<description>Angular Material - md-input-container</description>
910
<scope>text.html</scope>
10-
</snippet>
11+
</snippet>

0 commit comments

Comments
 (0)