Skip to content

Commit 9a01ec9

Browse files
Merge pull request #4 from mess110/patch-1
use corretct tabTrigger for md-grid-list directive
2 parents c08de6c + 4e5ceaf commit 9a01ec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

directives/md-grid-list.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<md-grid-tile>$1</md-grid-tile>
55
</md-grid-list>
66
]]></content>
7-
<tabTrigger>md-button</tabTrigger>
7+
<tabTrigger>md-grid-list</tabTrigger>
88
<description>Angular Material - Grid lists are an alternative to standard list views. Grid lists are distinct from grids used for layouts and other visual presentations.</description>
99
<scope>text.html</scope>
10-
</snippet>
10+
</snippet>

0 commit comments

Comments
 (0)