Files
ChocolateyPackages/EthanBrown.SublimeText2.WebPackages/tools/PackageCache/AngularJS (CoffeeScript)/Snippets/Global/fromJson.sublime-snippet
2013-04-04 08:54:25 -04:00

7 lines
190 B
XML

<snippet>
<content><![CDATA[angular.fromJson ${1:string}]]></content>
<tabTrigger>ng</tabTrigger>
<scope>source.coffee</scope>
<description>Angular fromJson</description>
</snippet>