Creating Custom AngularJS Directives Part 7 – Creating a Unique Value Directive using $asyncValidators
· 8 min read
// Creating Custom AngularJS Directives Series // In a previous post I demonstrated how to build a unique value directive to ensure that an email address isn’t already in use before allowing a user to save a form. With changes in AngularJS 1.3+, several new features are available to clean up the …