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

12 lines
446 B
XML

<snippet>
<content><![CDATA[<ng-pluralize count="${1:variable|expression}" ${2:offset="${3:number}"}
when="${4:${5:'0': '${6:template}'}${7:,
'1': '${8:template}'}${9:,
'2': '${10:template}'}${11:,
'one': '${12:template}'}${13:,
'other': '${14:template}'}}" />]]></content>
<tabTrigger>ng</tabTrigger>
<scope>text.html -source -meta.tag, punctuation.definition.tag.begin</scope>
<description>Angular ngPluralize</description>
</snippet>