Using <required>
within <input>
has not resolved the issue. I also attempted to utilize ng-required="true", but unfortunately, the modal window still closes even if the required field is left empty. Each time the modal closes, a message stating
Please fill out this field
appears, yet the modal continues to dismiss with blank input fields present. For reference, please visit this plunk
Is there a way to ensure that all form fields are completed before submission?