I have in iframe which I set ng-disable to true, in the iframe I call an html that contains a textarea, but even though the iframe is disabled this control I can access it without any problem.
How or what should be done to disable and enable in run time textarea control within the iframe, using angular?