I am working on MVC framework. In the Home-Page I have multiple forms, which is shown and hidden using data-ng-show data-ng-hide.
The problem is when I hide the form after filling some inputs fields, validation message fires when I reopen the form. How to resolve this problem?