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

12 lines
421 B
XML

<snippet>
<content><![CDATA[<input type="checkbox" ng-model="${1:expression}"
${2:name="${3:name}"
}${4:ng-true-value="${5:value-when-selected}"
}${6:ng-false-alue="${7:value-when-not-selected}"
}${8:ng-change="${9:expression}"
}/>]]></content>
<tabTrigger>ng</tabTrigger>
<scope>text.html -source -meta.tag, punctuation.definition.tag.begin</scope>
<description>Angular input [checkbox]</description>
</snippet>