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 b3e4996 commit b926750Copy full SHA for b926750
directives/md-input-container.sublime-snippet
@@ -1,10 +1,11 @@
1
<snippet>
2
<content><![CDATA[
3
<md-input-container>
4
- $1
+ ${1:<label>${2:Username}</label>
5
+ <input type="text" ${3:ng-model="${4:user.name}"}>}
6
</md-input-container>
7
]]></content>
- <tabTrigger>md-highlight-text</tabTrigger>
8
- <description>Angular Material - Use md-input-container as parent of any input or textarea element.</description>
+ <tabTrigger>md-input-container</tabTrigger>
9
+ <description>Angular Material - md-input-container</description>
10
<scope>text.html</scope>
-</snippet>
11
+</snippet>
0 commit comments