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

14 lines
445 B
XML

<snippet>
<content><![CDATA[<input type="number" ng-model="${1:expression}"
${2:name="${3:name}"
}${3:min="${4:min-value}"
}${5:max="${6:max-value}"
}${4:required
}${5:ng-pattern="${6:/inline-regex/|regexp-from-scope}"
}${7:ng-change="${8:expression}"
}/>]]></content>
<tabTrigger>ng</tabTrigger>
<scope>text.html -source -meta.tag, punctuation.definition.tag.begin</scope>
<description>Angular input [number]</description>
</snippet>