Answer the question
In order to leave comments, you need to log in
What are some reasons why form submission fails in IE9?
There is a form
<form name="searchForm" id="search_f" ng-submit="submitSearchForm()" novalidate data-ng-controller="searchFormCtrl">
...
<button ng-disabled="!lastNameValidate() || !snilsValidation() || !existSelectedSources() || !dateFormatValidation()"
type="submit"
class="btn btn-primary btn-md"
title="Произвести поиск по введенным данным">
Найти
</button>
</form>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question