Could you tell me the way to validate form when the input is clean.
I have a model $scope.form and it is empty object.
Now, I want to auto show validate message at initial screen.
Example: Althought user has not interacted with the form, but it show the message error

Could you tell me the way to validate form when the input is clean.
I have a model $scope.form and it is empty object.
Now, I want to auto show validate message at initial screen.
Example: Althought user has not interacted with the form, but it show the message error
