Form
Turn off Html Validations
Inside the tag <form> add the attribute novalidate
Angular Validations
Add the attribute required in each element
Review validation
To validate your form use in the ng-submit="reviewName.$valid"
You can print if the form is valid as {{formName.$valid}}
Style for validations
When use the validations Angular pass through some styles
So only you have to define your style
Comentarios
Publicar un comentario