I have a button in asp.net web forms
<button ng-click="formsubmitfunction();">submit</button>
this button submits a javacript function to do a http post. The problem i am having is i am not using ng-click="submitted=true" so the form submits anyway without checking validations. any suggestions.