1.3.1 • Published 8 years ago

angular-min-max-validation v1.3.1

Weekly downloads
181
License
MIT
Repository
github
Last release
8 years ago

Module contains two directives ya-min and ya-max, that work with input(type='text').

You need it, for example, when you want to have input with mask preventing non-numerical symbols and min/max validation.

To install:

bower install --save angular-min-max-validation

npm install --save-dev angular-min-max-validation

See demo.

ya-min-strict and ya-max-strict change equality operator to strict version, e.g. >= to >.

Default is nonstrict operators (>=, <=).