Skip to content

Commit dddc7e2

Browse files
committed
datepicker and divider
1 parent f0e6e2c commit dddc7e2

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
<md-datepicker ng-model="${1:variable}" ${2:ng-change="${3:expr}" md-min-date="${4:Date}" md-max-date="${5:Date}" disabled="${6:boolean}" required="${7:boolean}"}></md-datepicker>
4+
]]></content>
5+
<tabTrigger>md-datepicker</tabTrigger>
6+
<description>Angular Material - md-date-picker</description>
7+
<scope>text.html</scope>
8+
</snippet>
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<snippet>
2-
<content><![CDATA[<md-divider></md-divider>]]></content>
2+
<content><![CDATA[
3+
<md-divider ${1:md-inset}></md-divider>
4+
]]></content>
35
<tabTrigger>md-divider</tabTrigger>
4-
<description>Angular Material - Dividers group and separate content within lists and page layouts using strong visual and spatial distinctions. This divider is a thin rule, lightweight enough to not distract the user from content.</description>
6+
<description>Angular Material - md-divider</description>
57
<scope>text.html</scope>
68
</snippet>

0 commit comments

Comments
 (0)