The ng:required
attribute widget validates that the user input is present. It is a special case
of the ng:validate
attribute widget.
<INPUT ng:required> ... </INPUT>
This example shows how the input element becomes red when it contains invalid input. Correct the input to make the error disappear.