Rewriting this question for clarification
How can I check transcluded form's validity in directive ?
I would like to check myForm.$valid
in link function
of directive. I will inject different sort of forms into my directive or use my directive in different forms you can say
Difficulty is that scope is isolated and non of following answer worked for me.
Please find complete code here,
https://plnkr.co/edit/K3IrE5KVehWXFM9JEMvE?p=preview
I want to disable "Save" button when form is not valid.