view source
Dynamic AngularJS Validation
AngularJS is a delight to work with. I look back in horror sometimes at the way we used to do things before. A constant area of trouble for me has always seemed to be input validation I've gone through countless ways before Angular to get this to work smoothly and generically. Then along came AngularJS with its straight forward and very simple way to display validation messages and UI error state to the user.
Advertisement