Skip to content

Commit 33596ea

Browse files
committed
Fixed the tab order in the currency pipe
1 parent 988322b commit 33596ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/ng2-currency.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<snippet>
22
<content><![CDATA[
3-
currency:'{1:USD}':true:'1.2-2'$0]]></content>
3+
currency:'${1:USD}':true:'1.2-2'$0]]></content>
44
<tabTrigger>ngCurrency</tabTrigger>
55
<scope>text.html</scope>
66
<description>Angular 2 Currency Pipe Snippet</description>

0 commit comments

Comments
 (0)