I have a div in which I am not using the form tag and submit the form on ng-click button but how can I apply the validation of given filed in AngularJS.
<
You can use the "ng-form" directive if you really dont want to add a form tag.
DO
example