I have a textarea that needs to be validated. If the textarea is not valid, then a button should be disabled. I am trying to use ngPattern to validate that textarea, but it doesn't seem to be working. My example code is as follows:I have a textarea that needs to be validated. I