Tagged in

App Development

Bixlabs
Bixlabs
We work with startups & forward-thinking companies to build successful digital products. We leverage Latin American talent and latest technologies to build mobile and web applications. Let’s build better apps, together.
More information
Followers
123
Elsewhere
More, on Medium

Custom Validation on AngularJS forms

Angular provides validation directives for basic HTML5 inputs (required, pattern, minlength, maxlength, min, max). But from a personalized directive it is possible to add our own validation. In order to accomplish this, it is enough if you add a function in the…