Problem,
Somehow i can't get the validation right with AngularJs. I want just user input box to be red when required field is not present or wrong on submit.
I have create a Plunker http://plnkr.co/edit/0ea77wRG3EJC13c22LLn. I have created a very simple Plunker, just to understand.
<input type="text" name="email" ng-model="userEmail" required>
Please help