Skip to content

Commit

Permalink
Removed an old Routes snippet, edited a couple other snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
pjlamb12 committed Jul 20, 2016
1 parent 842eabb commit a387a3e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion snippets/ng2-route-definition.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<snippet>
<content><![CDATA[
{ path: '/${1:path}', component: ${2:Component} }
{ path: '${1:path}', component: ${2:Component} }
]]></content>
<tabTrigger>ng2-route-definition</tabTrigger>
<scope>source.ts,source.tsx,source.js</scope>
Expand Down
2 changes: 1 addition & 1 deletion snippets/ng2-router-link.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<snippet>
<content><![CDATA[
[routerLink]="['${1:Component}']"]]></content>
[routerLink]="['/${1:path}']"]]></content>
<tabTrigger>routerLink</tabTrigger>
<scope>text.html meta.tag</scope>
<description>Angular 2 routerLink Snippet</description>
Expand Down
10 changes: 0 additions & 10 deletions snippets/ng2-routes.sublime-snippet

This file was deleted.

0 comments on commit a387a3e

Please sign in to comment.