Files
2013-04-04 08:54:25 -04:00

9 lines
325 B
XML

<snippet>
<content><![CDATA[\$httpBackend.expect '${1:GET|POST|HEAD|JSONP|PUT|DELETE|PATCH}', ${2:'url'|/RegExp/}${3:
,${4:'HTTPRequestBody'}}${5:
,${6:HTTPheaders|(header) ->}}]]></content>
<tabTrigger>.expect</tabTrigger>
<scope>source.coffee</scope>
<description>Angular $httpBackend expect</description>
</snippet>