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

7 lines
265 B
XML

<snippet>
<content><![CDATA[\$location.search ${1:'string'|Object(hash)}${2,${3:value-override-for-namedParameter}}]]></content>
<tabTrigger>$location.</tabTrigger>
<scope>source.coffee</scope>
<description>Angular $location search set</description>
</snippet>