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

9 lines
277 B
XML

<snippet>
<content><![CDATA[.\$watch '${1:expression}'${2:, (newValue, oldValue, scope) ->
$0
${3:, ${4:forEquality-true|forReference-false}}}]]></content>
<tabTrigger>.$</tabTrigger>
<scope>source.coffee</scope>
<description>Angular Scope $watch</description>
</snippet>