Is it possible in Angular to validate a single, isolated in a similar way the forms are validated? I\'m thinking about something like this:
You may use the ng-form angular directive (see docs here) to group anything, even outside a html form. Then, you can take advantage from angular FormController.
Too long!
Example