Skip to content

Commit

Permalink
Fixed the tab order in the currency pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
pjlamb12 committed May 19, 2016
1 parent 988322b commit 33596ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/ng2-currency.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<snippet>
<content><![CDATA[
currency:'{1:USD}':true:'1.2-2'$0]]></content>
currency:'${1:USD}':true:'1.2-2'$0]]></content>
<tabTrigger>ngCurrency</tabTrigger>
<scope>text.html</scope>
<description>Angular 2 Currency Pipe Snippet</description>
Expand Down

0 comments on commit 33596ea

Please sign in to comment.